mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Allow electron-9.4.4
This commit is contained in:
@@ -11,7 +11,12 @@
|
||||
nix.package = pkgs.nixUnstable;
|
||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"electron-9.4.4"
|
||||
];
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
# Enable support for additional filesystems
|
||||
|
Reference in New Issue
Block a user