MyNixOS website logo
option

nix.buildMachines.*.systems

The system types the build machine can execute derivations on. Either this attribute or system must be present, where system takes precedence if both are set.

Declarations
    Type
    list of string
    Default
    [ ]
    Example
    [
      "x86_64-linux"
      "aarch64-linux"
    ]