Allow insecure nix (CVE)

This commit is contained in:
GHOSCHT 2024-03-14 14:20:53 +01:00
parent fbe05e5abc
commit 415ced0290
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -20,6 +20,7 @@ in {
config = {
permittedInsecurePackages = [
"electron-25.9.0"
"nix-2.15.3"
];
};
};