about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/catch_conflicts/README.md
blob: d144b80e3385140783dbc73972d2a1840bfa6e32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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