mirror of
https://github.com/tboerger/nixos-config
synced 2024-11-26 07:43:45 +01:00
fix: add required key permittedInsecurePackages
This commit is contained in:
parent
27870ad230
commit
d4ddde3fd1
@ -39,6 +39,10 @@ with lib;
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
|
||||
permittedInsecurePackages = [
|
||||
"electron-11.5.0"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user