MyNixOS website logo

This option specifies system types the build machine can execute derivations on.

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

Declarations
    Type
    list of string
    Default
    [ "${stdenv.hostPlatform.uname.processor}-linux" ]
    Example
    [
      "x86_64-linux"
      "aarch64-linux"
    ]