Add gccarch-x86-64-v3 system-feature to builders

This commit is contained in:
emily 2024-07-23 23:58:09 +02:00
parent 299514c083
commit dc2705dfa6
Signed by: emily
GPG key ID: F6F4C66207FCF995

View file

@ -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)}