nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
1 2 3catch_conflicts.py 4================== 5 6The file `catch_conflicts.py` is in a subdirectory because, if it isn't, the 7`/nix/store/` directory is added to `sys.path`, causing a delay when building. 8 9Pointers: 10 11- https://docs.python.org/3/library/sys.html#sys.path 12 13- https://github.com/NixOS/nixpkgs/pull/23600