Files
nixpkgs/pkgs/development/interpreters/python/catch_conflicts/README.md
2026-01-13 14:45:11 -05:00

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