From 72b481e32fe267e69e19f019eab1df19555b4f80 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 10 Dec 2023 11:58:42 -0800 Subject: [PATCH] add temp electron for system to build --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 43cec2b..7ecdd77 100644 --- a/configuration.nix +++ b/configuration.nix @@ -131,7 +131,8 @@ ]; nixpkgs.config.permittedInsecurePackages = [ - ]; + "electron-25.9.0" + ]; services.mullvad-vpn.enable = true;