Add Python2.7 to Permittedinsecurepackages

This commit is contained in:
2023-05-23 14:34:02 -04:00
parent 8019407c69
commit a8233a2e83

View File

@@ -13,6 +13,9 @@
pkgs = import nixpkgs {
inherit system;
config.allowAliases = false;
config.permittedInsecurePackages = [
"python-2.7.18.6-env"
];
overlays = [ self.overlays.default ];
};
inherit (pkgs) lib;