Merged Multiple InsecurePackages Options
This commit is contained in:
parent
be5b28c62d
commit
f0739c942b
1 changed files with 1 additions and 3 deletions
|
@ -23,9 +23,6 @@ in {
|
|||
];
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-27.3.11"
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
@ -297,6 +294,7 @@ in {
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-28.3.3"
|
||||
"electron-27.3.11"
|
||||
];
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
|
|
Loading…
Add table
Reference in a new issue