1this derivation will be built:2 /nix/store/y1zlql6x0m2w5qi1nvk6l5qzsx77fblc-pre-commit-run.drv3these 9 paths will be fetched (475.7 KiB download, 2.8 MiB unpacked):4 /nix/store/qdw6673zxn3bzdf24rvn1p3wjag2sgf0-check-merge-conflicts5 /nix/store/zcjm14yfv6gk44wkjdpp14zk18zcc495-format-meson6 /nix/store/bj6i9vl34cij5h0r165y40hrjqak0bmz-pre-commit-4.5.17 /nix/store/rs87g85xlxwc0yamhrg7vhmq3176lqmk-pre-commit-config.json8 /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.013error: Cannot build '/nix/store/y1zlql6x0m2w5qi1nvk6l5qzsx77fblc-pre-commit-run.drv'.14 Reason: builder failed with exit code 1.15 Output paths:16 /nix/store/p9xzkajbiflrbq8gz1zj08sy71ckyxmm-pre-commit-run17 Last 25 log lines:18 > no configure script, doing nothing19 > 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 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc30 > index 2d86f9d..358c49b 10064431 > --- a/src/libstore/build/derivation-building-goal.cc32 > +++ b/src/libstore/build/derivation-building-goal.cc33 > @@ -1025,8 +1025,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(34 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();35 > auto required = drvOptions.getRequiredSystemFeatures(*drv);36 > auto & available = worker.store.config.systemFeatures.get();37 > - bool featuresOk =38 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });39 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });40 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {41 > debug(42 > "external builder declined '%s'; falling back to a local build",43 For full logs, run:44 nix log /nix/store/y1zlql6x0m2w5qi1nvk6l5qzsx77fblc-pre-commit-run.drv