diff --git a/home-manager/EDI-Lillian.nix b/home-manager/EDI-Lillian.nix index 50db1ee..b6cfc95 100644 --- a/home-manager/EDI-Lillian.nix +++ b/home-manager/EDI-Lillian.nix @@ -44,6 +44,10 @@ allowUnfree = true; # Workaround for https://github.com/nix-community/home-manager/issues/2942 allowUnfreePredicate = _: true; + + permittedInsecurePackages = [ + "electron-22.3.27" + ]; }; };