electron override

This commit is contained in:
Don Harper 2023-02-02 08:14:04 -06:00
parent 569d369f71
commit 92a59069d9
2 changed files with 4 additions and 1 deletions

View file

@ -1 +1,3 @@
{ allowUnfree = true; }
{ allowUnfree = true;
permittedInsecurePackages = [ "electron-18.1.0" ];
}

View file

@ -83,6 +83,7 @@ in
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [ "electron-18.1.0" ];
environment.systemPackages = with pkgs; [
python-with-my-packages