From 49e8638e2e36307d196440a3e971b719fc9f4063 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 29 Dec 2023 12:03:08 -0500 Subject: [PATCH] reallow electron25 --- modules/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nix.nix b/modules/nix.nix index d539128..ae72d54 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -6,6 +6,7 @@ nixpkgs = { config = { allowUnfree = true; + permittedInsecurePackages = lib.optional (pkgs.obsidian.version == "1.4.16") "electron-25.9.0"; }; };