From 587e2e2dd90cbf3a23966333b324106e36fb47b7 Mon Sep 17 00:00:00 2001 From: Eli Kogan-Wang Date: Fri, 10 Jan 2025 17:51:52 +0100 Subject: [PATCH] remove commented code related to non-overlayed Python in pip-build-hook --- hooks/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hooks/default.nix b/hooks/default.nix index 665045bf2..cd4219a1c 100644 --- a/hooks/default.nix +++ b/hooks/default.nix @@ -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; };