From 81f257c68ceb0dd0c1e0726dc94a99db090fff8d Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 11 Dec 2023 15:38:10 -0800 Subject: [PATCH] Added the temp allow electron app version so system will build --- configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 43be7fa..4b3ee03 100644 --- a/configuration.nix +++ b/configuration.nix @@ -188,8 +188,7 @@ in ]; - nixpkgs.config.permittedInsecurePackages = [ - ]; + nixpkgs.config.permittedInsecurePackages = [ "electron-25.9.0" ]; programs.bash.promptInit = "fish";