Allow insecure nix (CVE)
This commit is contained in:
parent
fbe05e5abc
commit
415ced0290
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ in {
|
||||||
config = {
|
config = {
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
"electron-25.9.0"
|
"electron-25.9.0"
|
||||||
|
"nix-2.15.3"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue