these 4 derivations will be built: /nix/store/gd0v92gp1xb92c6y65wgdd0bnihcdwzs-format-meson.drv /nix/store/v8i3zl6wiigg93y3mjxiy34mmrs2xv9g-check-merge-conflicts.drv /nix/store/yr2rkify133zjs7flv6yjm4iyyd5ndw1-pre-commit-config.json.drv /nix/store/9zhdx9pbpbgm1gkqyw7rfm0pr6mzf62g-pre-commit-run.drv these 11 paths will be fetched (12.2 MiB download, 35.3 MiB unpacked): /nix/store/d7rx4qqg95gcb4sna2642l73fc78madk-pre-commit-4.6.2 /nix/store/alh4z54frigx1qak4854b8s0cqajgmdv-python3.14-cfgv-3.5.0 /nix/store/p5rkay85f466z7dhslmy7w3j9zhziymr-python3.14-distlib-0.4.0 /nix/store/gl0rbm3giam9jhlnllw5z6m0nk7wnli1-python3.14-filelock-3.29.7 /nix/store/7xlzfbmi3k2ci1zf3fmc4pi3shzz0f1d-python3.14-identify-2.6.19 /nix/store/b1m0159mwcrf4dqjgan3w1rvc5cnwigh-python3.14-nodeenv-1.10.0 /nix/store/rsl4y6k5hp6rkljzf69gl9hrgay6afpl-python3.14-pre-commit-hooks-6.0.0 /nix/store/c0zfqa4g9kvh7fbq5fqlwzspblakjbar-python3.14-python-discovery-1.4.2 /nix/store/82wa2qxvvamyvrk9cj3vcr3fjpx5y3rr-python3.14-ukkonen-1.1.0 /nix/store/xm5xii7kqqjn040c6dc2ycad9lwia8hc-python3.14-virtualenv-21.6.1 /nix/store/6gj9jbvfygjnkyq328qgf87w72npcdvj-zizmor-1.30.1 Failed to find a machine for remote build! derivation: yr2rkify133zjs7flv6yjm4iyyd5ndw1-pre-commit-config.json.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: 9zhdx9pbpbgm1gkqyw7rfm0pr6mzf62g-pre-commit-run.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/9zhdx9pbpbgm1gkqyw7rfm0pr6mzf62g-pre-commit-run.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/17lnhmmaprsqva4arhdjcdvpgvmrhk57-pre-commit-run Last 25 log lines: > 29 | | use_cache: false # Don't want any cache injection shenanigans > 30 | | extra_nix_config: | > 31 | | experimental-features = nix-command flakes > | |______________________________________________________- this step > | > = note: audit confidence → High > = note: this finding has an auto-fix > = help: audit documentation → https://docs.zizmor.sh/audits/#self-repository > > 35 findings (3 ignored, 25 suppressed, 7 unsafe fixes): 0 informational, 7 low, 0 medium, 0 high > > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc > index 5792cec..92d8e69 100644 > --- a/src/libstore/build/derivation-building-goal.cc > +++ b/src/libstore/build/derivation-building-goal.cc > @@ -1069,8 +1069,7 @@ Goal::Co DerivationBuildingGoal::buildLocally( > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin(); > auto required = drvOptions.getRequiredSystemFeatures(*drv); > auto & available = worker.store.config.systemFeatures.get(); > - bool featuresOk = > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); }); > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); }); > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) { > debug( > "external builder declined '%s'; falling back to a local build", For full logs, run: nix log /nix/store/9zhdx9pbpbgm1gkqyw7rfm0pr6mzf62g-pre-commit-run.drv