update permittedInsecurePackages
This commit is contained in:
parent
0e47f7d2af
commit
a1eab8ddda
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
inherit system;
|
||||
config = {
|
||||
allowUnfree = unfree;
|
||||
permittedInsecurePackages = [
|
||||
"electron-27.3.11"
|
||||
];
|
||||
};
|
||||
hostPlatform = system;
|
||||
});
|
||||
|
@ -12,6 +15,9 @@
|
|||
inherit system;
|
||||
config = {
|
||||
allowUnfree = unfree;
|
||||
permittedInsecurePackages = [
|
||||
"electron-27.3.11"
|
||||
];
|
||||
};
|
||||
hostPlatform = system;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue