From d457ef1e6d4d0dc6db3a2698bead29fa2cbed529 Mon Sep 17 00:00:00 2001 From: Konrad Malik Date: Mon, 11 Dec 2023 20:16:07 +0100 Subject: [PATCH] fix: permittedInsecurePackages+=electron --- hosts/common/global/nix/shared.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/common/global/nix/shared.nix b/hosts/common/global/nix/shared.nix index ac0a56eb..e623e97f 100644 --- a/hosts/common/global/nix/shared.nix +++ b/hosts/common/global/nix/shared.nix @@ -34,6 +34,10 @@ in ]; config = { allowUnfree = true; + permittedInsecurePackages = [ + # FIXME + "electron-25.9.0" + ]; }; }; nix = {