Specifies the platform where the nix-darwin configuration will run.
To cross-compile, set also nixpkgs.buildPlatform.
Ignored when nixpkgs.pkgs is set.
Declarations
Type
string or (attribute set)Example
{
system = "aarch64-darwin";
}Specifies the platform where the nix-darwin configuration will run.
To cross-compile, set also nixpkgs.buildPlatform.
Ignored when nixpkgs.pkgs is set.
string or (attribute set){
system = "aarch64-darwin";
}