permit insecure electron

This commit is contained in:
alex 2024-02-29 22:45:21 -05:00
parent e8ee1a4ec9
commit b24f4adf61
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"electron-25.9.0"
];
hardware.system76.enableAll = true; hardware.system76.enableAll = true;