electron override
This commit is contained in:
parent
569d369f71
commit
92a59069d9
2 changed files with 4 additions and 1 deletions
|
|
@ -1 +1,3 @@
|
|||
{ allowUnfree = true; }
|
||||
{ allowUnfree = true;
|
||||
permittedInsecurePackages = [ "electron-18.1.0" ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue