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.
- Type
list of string- Default
[ ]- Example
[ "x86_64-linux" "aarch64-linux" ]- Declared
- <nix-darwin/modules/nix>