Enhancement: Allow unfree in nixpkgs for fighter.
This commit is contained in:
parent
366039d273
commit
179ea1b30b
@ -263,7 +263,7 @@
|
||||
system = "x86_64-linux";
|
||||
pkgs = import inputs.nixpkgs {
|
||||
inherit system;
|
||||
config = { allowUnfreePredicate = (_: true); };
|
||||
config = { allowUnfreePredicate = (_: true); allowUnfree = true; };
|
||||
};
|
||||
in nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
|
@ -11,7 +11,6 @@
|
||||
../../modules/sops.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
programs.nix-ld.enable = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user