these 4 derivations will be built: /nix/store/bnbjly5mi2a7v03b1hwrwarab4vfv6m5-check-merge-conflicts.drv /nix/store/g0shklh9xii1a3sm5ja58yv6gznl769h-format-meson.drv /nix/store/7y7vl3dmja74xbsm7kp86pj103sg7cav-pre-commit-config.json.drv /nix/store/b3pjnqfpnz8bkwdq3cbm88invynj2qk8-pre-commit-run.drv these 7 paths will be fetched (8.7 MiB download, 27.5 MiB unpacked): /nix/store/i8ihavvjm688pihq5fc3nwvralb3ccg6-pre-commit-4.6.2 /nix/store/4qbj1fjysx0xwq025pir02ra0c4ljp9s-python3.14-cfgv-3.5.0 /nix/store/b5igsqnk7ynrdl7bgmd2abcvifpi1fdb-python3.14-identify-2.6.19 /nix/store/9bcd1bhaxpib3agvn39vvalrwq12xdy9-python3.14-nodeenv-1.10.0 /nix/store/zd2jik5hi0k785f8rr67piqyj4bz854i-python3.14-pre-commit-hooks-6.0.0 /nix/store/yqiqhrpijzglxlmwgi3q9vs2gr2drz1v-python3.14-ukkonen-1.1.0 /nix/store/m7a1nfhky8yfx4q06i6cqklfa86dichh-zizmor-1.30.1 error: Cannot build '/nix/store/b3pjnqfpnz8bkwdq3cbm88invynj2qk8-pre-commit-run.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/ng1ipc0wk6xd10scjx331gjw0ivjlw16-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/b3pjnqfpnz8bkwdq3cbm88invynj2qk8-pre-commit-run.drv