these 4 derivations will be built: /nix/store/1s05iq45g85pw7fcnzm7glfi3yrah6hh-format-meson.drv /nix/store/hywfyv7aa51anhfbbjhf7rq146ws5n35-check-merge-conflicts.drv /nix/store/h72f2lxzv1dykdysar5dxip7g9yirmig-pre-commit-config.json.drv /nix/store/gndvkiwsys5qaxahhxs5qvybb82svwp9-pre-commit-run.drv these 11 paths will be fetched (12.2 MiB download, 35.3 MiB unpacked): /nix/store/sdm1k3b5d5gy5szf3ialbd6kxplz332w-pre-commit-4.5.1 /nix/store/7mqd83wz5k6zkn0crhwykb4nhx7r2sbw-python3.14-cfgv-3.5.0 /nix/store/mf4sbsxfzpaz6hzssrrhcnw0gifjfvg5-python3.14-distlib-0.4.0 /nix/store/6nrsyrxg0fwpgb091mfbav038sxgkrcw-python3.14-filelock-3.29.7 /nix/store/gdapza9z66z1nmydyw6ksha11yr8dyrr-python3.14-identify-2.6.19 /nix/store/ina7p30pnnzsvq0ljs2kii3ij21k9ip5-python3.14-nodeenv-1.10.0 /nix/store/jaj2x0j6sl7rc064bwvk9ycaszmwks1n-python3.14-pre-commit-hooks-6.0.0 /nix/store/zhqj1rncyr712dbfcyjix04s7864pa14-python3.14-python-discovery-1.4.2 /nix/store/iwqi5xbxblar62cnxfygn99bw3zim59w-python3.14-ukkonen-1.1.0 /nix/store/8rr4fbkl29ycxvx6g3ngsiy84202x51w-python3.14-virtualenv-21.6.1 /nix/store/znrza96d6d54gc2j4imn19pa17vlh1bm-zizmor-1.30.0 Failed to find a machine for remote build! derivation: h72f2lxzv1dykdysar5dxip7g9yirmig-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: gndvkiwsys5qaxahhxs5qvybb82svwp9-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/gndvkiwsys5qaxahhxs5qvybb82svwp9-pre-commit-run.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/d6iz0l0s2rwkz9rdrsnqcpfczy6a9xr3-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 safe 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/gndvkiwsys5qaxahhxs5qvybb82svwp9-pre-commit-run.drv