Ludwig: Allow insecure nix version
This commit is contained in:
parent
b52422d58c
commit
05498907b4
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ in {
|
||||||
config = {
|
config = {
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
"electron-25.9.0"
|
"electron-25.9.0"
|
||||||
|
"nix-2.15.3"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue