From c40e0ad818303863a22eeca81a717de5dda0b578 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 21 Dec 2023 13:47:42 +0100 Subject: [PATCH] fix: permit another eol electron version :-( --- hosts/niks/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index e4c0a86..78a067b 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -11,6 +11,7 @@ permittedInsecurePackages = [ "python-2.7.18.6" "electron-24.8.6" + "electron-25.9.0" ]; allowUnfree = true; };