Skip to content

Commit

Permalink
remove commented code related to non-overlayed Python in pip-build-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Jan 10, 2025
1 parent 5f7c5fa commit 587e2e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hooks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ in
({
name = "pip-build-hook.sh";
substitutions = {
# NOTE: We have to use a non-overlayed Python here because otherwise we run into an infinite recursion
# pythonPath = nonOverlayedPython.pkgs.makePythonPath [ nonOverlayedPython ];
# pythonInterpreter = nonOverlayedPython.interpreter;
# pythonSitePackages = nonOverlayedPython.sitePackages;
inherit pythonSitePackages;
inherit pythonInterpreter;
};
Expand Down

0 comments on commit 587e2e2

Please sign in to comment.