| options/nixos/nixpkgs.buildPlatform | Specifies the platform on which NixOS should be built
|
| options/darwin/nixpkgs.buildPlatform | Specifies the platform on which nix-darwin should be built
|
| options/nixos/nixpkgs.hostPlatform | Specifies the platform where the NixOS configuration will run
|
| options/darwin/nixpkgs.hostPlatform | Specifies the platform where the nix-darwin configuration will run
|
| options/nixos/nixpkgs.crossSystem | Systems with a recently generated hardware-configuration.nix
may instead specify only nixpkgs.buildPlatform,
or fall back to removing the nixpkgs.hostPlatform line from the generated config
|
| options/nixos/nixpkgs.localSystem | Systems with a recently generated hardware-configuration.nix
do not need to specify this option, unless cross-compiling, in which case
you should set only nixpkgs.buildPlatform
|