diff --git a/machines/buck/configuration.nix b/machines/buck/configuration.nix index aec9830..98611e8 100644 --- a/machines/buck/configuration.nix +++ b/machines/buck/configuration.nix @@ -14,6 +14,11 @@ ./hardware-configuration.nix ]; + nixpkgs.config.permittedInsecurePackages = [ + "electron-25.9.0" + ]; + + # This lets us pin the nixpkgs registry by default to the nixpkgs used to build this system. # Doing this means we are less likely to require the 30+MB download when # running commands like nix search or nix run