1these 4 derivations will be built:2 /nix/store/6lqfvy60hgjrsm82dwc5fwbv4sr5nfgp-check-merge-conflicts.drv3 /nix/store/9nq4y4488adc3z4dvkyq5z5xg939jid3-format-meson.drv4 /nix/store/rh4xb1nmbkz6yx9rpj2arr5sr5xw4nsx-pre-commit-config.json.drv5 /nix/store/mm5rd9g2n2hz05fp9h87sfvpx7i0198w-pre-commit-run.drv6these 7 paths will be fetched (5.8 MiB download, 24.7 MiB unpacked):7 /nix/store/n981w6hjfar2l81kxbxs2wxl64vwa5kj-pre-commit-4.5.18 /nix/store/72ffqvpg2zz4mb7i78g2wpa6ykhdzlkv-python3.13-cfgv-3.5.09 /nix/store/c2n6f6am5w7zvm7mi63zkc7hi4ycvgdx-python3.13-identify-2.6.1910 /nix/store/6rpgf7cn2mwwjjmc7ghfxprd5j3sk7ya-python3.13-nodeenv-1.10.011 /nix/store/3akgzifzymrifaxs7yk7ps7vvr91vpqa-python3.13-pre-commit-hooks-6.0.012 /nix/store/z9rv3nvbaz5i56svb55pfqdbxz6k5nfh-python3.13-ukkonen-1.1.013 /nix/store/lqx8hyd5m0bg990xlnr1bic0kxkxf7ba-zizmor-1.25.214Failed to find a machine for remote build!15derivation: rh4xb1nmbkz6yx9rpj2arr5sr5xw4nsx-pre-commit-config.json.drv16required (system, features): (aarch64-linux, [])171 available machines:18(systems, maxjobs, supportedFeatures, mandatoryFeatures)19([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])20Failed to find a machine for remote build!21derivation: mm5rd9g2n2hz05fp9h87sfvpx7i0198w-pre-commit-run.drv22required (system, features): (aarch64-linux, [])231 available machines:24(systems, maxjobs, supportedFeatures, mandatoryFeatures)25([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])26error: Cannot build '/nix/store/mm5rd9g2n2hz05fp9h87sfvpx7i0198w-pre-commit-run.drv'.27 Reason: builder failed with exit code 1.28 Output paths:29 /nix/store/mbzirbn45razri8xfnm7f37pz0aky4s3-pre-commit-run30 Last 25 log lines:31 > Running phase: buildPhase32 > Running: $ pre-commit run --all-files33 > check-merge-conflicts....................................................Passed34 > check-merge-conflicts-2..................................................Passed35 > clang-format.............................................................Failed36 > - hook id: clang-format37 > - files were modified by this hook38 > meson-format.............................................................Passed39 > nixfmt...................................................................Passed40 > shellcheck...............................................................Passed41 > zizmor...................................................................Passed42 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc43 > index 5b013b8..80c19db 10064444 > --- a/src/libstore/build/derivation-building-goal.cc45 > +++ b/src/libstore/build/derivation-building-goal.cc46 > @@ -1037,8 +1037,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(47 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();48 > auto required = drvOptions.getRequiredSystemFeatures(*drv);49 > auto & available = worker.store.config.systemFeatures.get();50 > - bool featuresOk =51 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });52 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });53 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {54 > debug(55 > "external builder declined '%s'; falling back to a local build",56 For full logs, run:57 nix log /nix/store/mm5rd9g2n2hz05fp9h87sfvpx7i0198w-pre-commit-run.drv