MyNixOS website logo
option

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.

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