MyNixOS website logo

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.

Declarations
    Type
    string
    Default
    {
      _type = "literalMD";
      text = "Traditionally `builtins.currentSystem`, but unset when invoking nix-darwin through `lib.darwinSystem`.\n";
    }
    Example
    "x86_64-darwin"