Python2, not just env

This commit is contained in:
2023-05-23 14:35:34 -04:00
parent 17d13f17d4
commit 1bc36febc7

View File

@@ -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 ];