mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
14 lines
310 B
Markdown
14 lines
310 B
Markdown
|
|
|
|
catch_conflicts.py
|
|
==================
|
|
|
|
The file `catch_conflicts.py` is in a subdirectory because, if it isn't, the
|
|
`/nix/store/` directory is added to `sys.path`, causing a delay when building.
|
|
|
|
Pointers:
|
|
|
|
- https://docs.python.org/3/library/sys.html#sys.path
|
|
|
|
- https://github.com/NixOS/nixpkgs/pull/23600
|