updates from makefile

This commit is contained in:
Don Harper 2023-12-10 21:49:40 -06:00
parent 136f9e9148
commit 222d1aaf55
2 changed files with 4 additions and 4 deletions

View file

@ -159,7 +159,7 @@ in
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [ "electron-21.4.0" ];
nixpkgs.config.permittedInsecurePackages = [ "electron-21.4.0" "electron-25.9.0" ];
environment.systemPackages = with pkgs; [
#(callPackage ../mypackages/kanshi-fix/default.nix {})