nix.linux-builder.supportedFeatures

A list of features supported by the Linux builder. The builder will be ignored for derivations that require features not in this list.

This sets the corresponding nix.buildMachines.*.supportedFeatures option.

Type
list of string
Default
[ "kvm" "benchmark" "big-parallel" ]
Example
[ "kvm" "big-parallel" ]
Declared
<nix-darwin/modules/nix/linux-builder.nix>