From 09ebd1982ff3e48d5c8488305d169a489ba4fda9 Mon Sep 17 00:00:00 2001 From: Christian Harke Date: Tue, 25 Jun 2024 22:00:30 +0200 Subject: [PATCH] Permit insecure electron temporarily to enable logseq installation --- lib/nixpkgs.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/nixpkgs.nix b/lib/nixpkgs.nix index d0210601..8782f7e0 100644 --- a/lib/nixpkgs.nix +++ b/lib/nixpkgs.nix @@ -5,6 +5,9 @@ let config = { allowAliases = false; allowUnfree = true; + permittedInsecurePackages = [ + "electron-28.3.3" + ]; }; in