From 1bc36febc79ee253debe84a8e6a9398e1f6214fd Mon Sep 17 00:00:00 2001 From: David Crompton Date: Tue, 23 May 2023 14:35:34 -0400 Subject: [PATCH] Python2, not just env --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 37622ea..d6838ad 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,7 @@ inherit system; config.allowAliases = false; config.permittedInsecurePackages = [ + "python-2.7.18.6" "python-2.7.18.6-env" ]; overlays = [ self.overlays.default ];