Ludwig: Allow insecure nix version

This commit is contained in:
GHOSCHT 2024-05-24 14:06:15 +02:00
parent b52422d58c
commit 05498907b4
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

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