do not need old electron anymore
This commit is contained in:
parent
47912d88a6
commit
1c939310da
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ in
|
|||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.permittedInsecurePackages = [ "electron-21.4.0" "electron-25.9.0" ];
|
||||
nixpkgs.config.permittedInsecurePackages = [ "electron-25.9.0" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
#(callPackage ../mypackages/kanshi-fix/default.nix {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue