From d8eb61648072104adb74188804634bace9933080 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Sun, 11 Feb 2024 07:02:40 -0500 Subject: [PATCH] Add electron insecure package --- machines/buck/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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