Skip to content

Commit

Permalink
pip: ignore collisions in pyEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-lin committed Nov 19, 2024
1 parent 44d4141 commit f3350d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dream2nix/pip/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ in {
# https://github.com/NixOS/nixpkgs/pull/302385
mv "$out/${pyEnv'.sitePackages}/sitecustomize.py" "$out/${pyEnv'.sitePackages}/_sitecustomize.py"
'';
ignoreCollisions = true;
});

# a shell hook for composition purposes
Expand Down

0 comments on commit f3350d9

Please sign in to comment.