Add Python2.7 to Permittedinsecurepackages
This commit is contained in:
@@ -13,6 +13,9 @@
|
|||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowAliases = false;
|
config.allowAliases = false;
|
||||||
|
config.permittedInsecurePackages = [
|
||||||
|
"python-2.7.18.6-env"
|
||||||
|
];
|
||||||
overlays = [ self.overlays.default ];
|
overlays = [ self.overlays.default ];
|
||||||
};
|
};
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib;
|
||||||
|
|||||||
Reference in New Issue
Block a user