nixpkgs.system

Specifies the Nix platform type on which nix-darwin should be built. It is better to specify nixpkgs.hostPlatform instead.

Ignored when nixpkgs.pkgs or nixpkgs.hostPlatform is set.

Type
string
Default

Traditionally builtins.currentSystem, but unset when invoking nix-darwin through lib.darwinSystem.

Example
"x86_64-darwin"
Declared
<nix-darwin/modules/nix/nixpkgs.nix>