From bd10447989c1695323e33c75bdbd9dd4ebcbd8aa Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 18 Jun 2024 09:31:01 +0200 Subject: update sources --- user/config.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user/config.nix') diff --git a/user/config.nix b/user/config.nix index c12a0bb1..c98bb405 100644 --- a/user/config.nix +++ b/user/config.nix @@ -2,4 +2,7 @@ allowUnfree = true; allowUnfreePredicate = pkg: true; input-fonts.acceptLicense = true; + permittedInsecurePackages = [ + "electron-27.3.11" # for logseq 0.10.9 + ]; } -- cgit 1.4.1