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" ]; }; };