Skip to content

fix: switch default systems input to nix-systems/triplet - #157

Open
yajo wants to merge 1 commit into
numtide:mainfrom
moduon:triplet
Open

fix: switch default systems input to nix-systems/triplet#157
yajo wants to merge 1 commit into
numtide:mainfrom
moduon:triplet

Conversation

@yajo

@yajo yajo commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

nix-systems/default still includes x86_64-darwin, which Nixpkgs 26.11 has dropped support for. Evaluating blueprint against nixos-unstable on that system now fails with:

error: Nixpkgs 26.11 has dropped support for x86_64-darwin.

The 26.05 stable branch still supports x86_64-darwin, and will
receive security fixes until the end of 2026. If you use channels,
you can switch to 26.05 as follows:

Switch the fallback systems input to nix-systems/triplet, which only exposes x86_64-linux, aarch64-linux and aarch64-darwin, avoiding the unsupported x86_64-darwin triple.

build(deps): update flake.lock systems input

docs(configuration): update default systems link

Assisted-by: OpenCode + kimi-k2.7-code

nix-systems/default still includes x86_64-darwin, which Nixpkgs 26.11 has
dropped support for. Evaluating blueprint against nixos-unstable on that
system now fails with:

    error: Nixpkgs 26.11 has dropped support for x86_64-darwin.

    The 26.05 stable branch still supports x86_64-darwin, and will
    receive security fixes until the end of 2026. If you use channels,
    you can switch to 26.05 as follows:

Switch the fallback systems input to nix-systems/triplet, which only
exposes x86_64-linux, aarch64-linux and aarch64-darwin, avoiding the
unsupported x86_64-darwin triple.

build(deps): update flake.lock systems input

docs(configuration): update default systems link

Assisted-by: OpenCode + kimi-k2.7-code
@mergify

mergify Bot commented Jul 28, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant