From f97913facc7eac3983a73985b266a149c4adab5e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 11 Feb 2022 09:37:49 -0800 Subject: allow insecure electron (don't know why i need it but w/e) --- lib/config.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/config.nix b/lib/config.nix index 7bdd27b..a0f7ea0 100644 --- a/lib/config.nix +++ b/lib/config.nix @@ -2,4 +2,7 @@ allowUnfree = true; allowBroken = true; allowUnsupportedSystem = true; + permittedInsecurePackages = [ + "electron-13.6.9" + ]; } -- cgit v1.2.3