Allow electron as insecure package
This commit is contained in:
parent
f364afefd9
commit
e2d1a54594
1 changed files with 7 additions and 0 deletions
|
@ -43,4 +43,11 @@ in {
|
|||
# workspace = "2";
|
||||
# }
|
||||
# ];
|
||||
nixpkgs = {
|
||||
config = {
|
||||
permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue