diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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" + ]; } |