From 9b48e0de0dc187492f50b268a5bea7ad2ced381f Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 20 Nov 2021 22:21:52 -0500 Subject: [PATCH] Allow electron-9.4.4 --- common/linux.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/linux.nix b/common/linux.nix index 7e43bda..d4eccba 100644 --- a/common/linux.nix +++ b/common/linux.nix @@ -11,7 +11,12 @@ nix.package = pkgs.nixUnstable; 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; # Enable support for additional filesystems