nixbot

builds

Mic92/flake-linter build #14 failed

branch main · PR #74 · commit 85a97fceed · · took 7s

eval warnings 2 kinds · 2 occurrences
  • error ×1
  • error Nixpkgs 26.11 has dropped support for x86_64-darwin. ×1

2 failed
failed attributes
status attribute duration
failed checks.aarch64-linux.package-default 0s
setup: this derivation will be built: /nix/store/vxlwz1d4l8d2dn2qa1wlacmcdpcw3ids-flake-linter-0.0.1.drv Failed to find a machine for remote build! derivation …
setup:
this derivation will be built:
  /nix/store/vxlwz1d4l8d2dn2qa1wlacmcdpcw3ids-flake-linter-0.0.1.drv
Failed to find a machine for remote build!
derivation: vxlwz1d4l8d2dn2qa1wlacmcdpcw3ids-flake-linter-0.0.1.drv
required (system, features): (aarch64-linux, [])
1 available machines:
(systems, maxjobs, supportedFeatures, mandatoryFeatures)
([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])
error: Cannot build '/nix/store/vxlwz1d4l8d2dn2qa1wlacmcdpcw3ids-flake-linter-0.0.1.drv'.
       Reason: platform mismatch
       Required system: 'aarch64-linux'
       Current system: 'x86_64-linux'
failed eval checks.x86_64-darwin.package-default
error: … while evaluating a branch condition at «string»:25:5: 24| v: 25| if !builtins.isAttrs v || isDrv v then …
error:
       … while evaluating a branch condition
         at «string»:25:5:
           24|     v:
           25|     if !builtins.isAttrs v || isDrv v then
             |     ^
           26|       v

       … in the left operand of the OR (||) operator
         at «string»:25:28:
           24|     v:
           25|     if !builtins.isAttrs v || isDrv v then
             |                            ^
           26|       v

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       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:

           $ sudo nix-channel --add https://nixos.org/channels/nixpkgs-26.05-darwin nixpkgs
           $ sudo nix-channel --update

       If this doesn’t work, you may need to run:

           # Lack of sudo is deliberate:
           $ nix-channel --remove nixpkgs

       If you use flakes, switch your flake input:

           inputs.nixpkgs = {
             url = "github:NixOS/nixpkgs/nixpkgs-26.05-darwin";
           };

       See the release notes for more information and alternatives:

         https://nixos.org/manual/nixpkgs/unstable/release-notes#x86_64-darwin-26.11
2 succeeded
succeeded attributes
status attribute duration
loading…