Allow electron-9.4.4

This commit is contained in:
Dave Gallant
2021-11-20 22:21:52 -05:00
parent 655b3f1c2b
commit 9b48e0de0d

View File

@@ -11,7 +11,12 @@
nix.package = pkgs.nixUnstable; nix.package = pkgs.nixUnstable;
nix.extraOptions = "experimental-features = nix-command flakes"; nix.extraOptions = "experimental-features = nix-command flakes";
nixpkgs.config.allowUnfree = true; nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [
"electron-9.4.4"
];
};
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
# Enable support for additional filesystems # Enable support for additional filesystems