forked from emily/nixfiles
Remove system feature
This commit is contained in:
parent
8c99483e2f
commit
72ee75f712
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
nix.gc.options = lib.mkForce "--delete-older-than 60d";
|
||||
nix.settings = {
|
||||
trusted-users = [ "build" ];
|
||||
system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ] ++ lib.optionals pkgs.hostPlatform.isx86_64 [ "gccarch-x86-64-v3" ];
|
||||
#system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ] ++ lib.optionals pkgs.hostPlatform.isx86_64 [ "gccarch-x86-64-v3" ];
|
||||
};
|
||||
nix.extraOptions = ''
|
||||
min-free = ${builtins.toString (4096 * 1024 * 1024)}
|
||||
|
|
Loading…
Reference in a new issue