1these 4 derivations will be built:2 /nix/store/xy1qv8g98l8h49fgjgaiw7k1ks2fps6q-check-merge-conflicts.drv3 /nix/store/zfhd6vwcfrid8whcqrv8nphhk17nhcfc-format-meson.drv4 /nix/store/lhyambh45dr9lpjf1w435cqmb7512yw3-pre-commit-config.json.drv5 /nix/store/1hz84cm4hjlm4y93hg2k0mmkmp01fank-pre-commit-run.drv6these 7 paths will be fetched (6.4 MiB download, 25.8 MiB unpacked):7 /nix/store/bj6i9vl34cij5h0r165y40hrjqak0bmz-pre-commit-4.5.18 /nix/store/yzchpwhppy4l5kcmz7jfx77s7vw4izh9-python3.13-cfgv-3.5.09 /nix/store/kwc4nj6a2l4ksfpbzcg8gxn4wqgg44hh-python3.13-identify-2.6.1910 /nix/store/kac1jdha4956zvbpzrpbv62ffb16paxp-python3.13-nodeenv-1.10.011 /nix/store/ya5r0hqf1vcbij8bdhp48dq2y4v15ph5-python3.13-pre-commit-hooks-6.0.012 /nix/store/wscvlr0dhm5s5jbl27251kh4rsdvwy7f-python3.13-ukkonen-1.1.013 /nix/store/iayi69qj3n9pfkcv8rra8krgr8b2zgx3-zizmor-1.25.214error: Cannot build '/nix/store/1hz84cm4hjlm4y93hg2k0mmkmp01fank-pre-commit-run.drv'.15 Reason: builder failed with exit code 1.16 Output paths:17 /nix/store/6bzvxdlq18d7n7jyqi1nm730xmdh679y-pre-commit-run18 Last 25 log lines:19 > Running phase: buildPhase20 > Running: $ pre-commit run --all-files21 > check-merge-conflicts....................................................Passed22 > check-merge-conflicts-2..................................................Passed23 > clang-format.............................................................Failed24 > - hook id: clang-format25 > - files were modified by this hook26 > meson-format.............................................................Passed27 > nixfmt...................................................................Passed28 > shellcheck...............................................................Passed29 > zizmor...................................................................Passed30 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc31 > index 5b013b8..80c19db 10064432 > --- a/src/libstore/build/derivation-building-goal.cc33 > +++ b/src/libstore/build/derivation-building-goal.cc34 > @@ -1037,8 +1037,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(35 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();36 > auto required = drvOptions.getRequiredSystemFeatures(*drv);37 > auto & available = worker.store.config.systemFeatures.get();38 > - bool featuresOk =39 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });40 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });41 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {42 > debug(43 > "external builder declined '%s'; falling back to a local build",44 For full logs, run:45 nix log /nix/store/1hz84cm4hjlm4y93hg2k0mmkmp01fank-pre-commit-run.drv