Add electron insecure package

This commit is contained in:
Jacob Hinkle 2024-02-11 07:02:40 -05:00
parent 99a4f869ed
commit d8eb616480

View File

@ -14,6 +14,11 @@
./hardware-configuration.nix ./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. # 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 # Doing this means we are less likely to require the 30+MB download when
# running commands like nix search or nix run # running commands like nix search or nix run