summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/config.nix3
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"
+ ];
}