update permittedInsecurePackages

This commit is contained in:
albert 2024-08-15 09:26:22 +09:00
parent 0e47f7d2af
commit a1eab8ddda
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -4,6 +4,9 @@
inherit system; inherit system;
config = { config = {
allowUnfree = unfree; allowUnfree = unfree;
permittedInsecurePackages = [
"electron-27.3.11"
];
}; };
hostPlatform = system; hostPlatform = system;
}); });
@ -12,6 +15,9 @@
inherit system; inherit system;
config = { config = {
allowUnfree = unfree; allowUnfree = unfree;
permittedInsecurePackages = [
"electron-27.3.11"
];
}; };
hostPlatform = system; hostPlatform = system;
}); });