From c31a7e804ff0582ad272e11ba4c19eef395d5fbc Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 23 Jan 2024 13:22:27 -0500 Subject: [PATCH] nix: allow electron 24 --- modules/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix.nix b/modules/nix.nix index 7703086..c21f563 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -13,7 +13,7 @@ config = { allowUnfree = true; permittedInsecurePackages = [ - "electron-25.9.0" + "electron-24.8.6" ]; }; };