permit insecure electron
This commit is contained in:
parent
e8ee1a4ec9
commit
b24f4adf61
|
@ -14,6 +14,10 @@
|
|||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
|
||||
|
||||
hardware.system76.enableAll = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue