Add electron insecure package
This commit is contained in:
parent
99a4f869ed
commit
d8eb616480
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user