MyNixOS website logo
option

nix.buildMachines.*.mandatoryFeatures

A list of features mandatory for this builder. The builder will be ignored for derivations that don't require all features in this list. All mandatory features are automatically included in supportedFeatures.

Declarations
Type
list of string
Default
[ ]
Example
[
  "big-parallel"
]