this derivation will be built: /nix/store/q46y4rj9z8n35cfilcixvy9bjvvkf870-treefmt-check.drv error: Cannot build '/nix/store/q46y4rj9z8n35cfilcixvy9bjvvkf870-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/4nmyc1plz5w4n2asxfiz0i7bmi7kh538-treefmt-check Last 25 log lines: > - pkgs.lib.versionAtLeast pkgs.boost.version "1.88" > - && pkgs.lib.versionOlder pkgs.boost.version "1.93" > + pkgs.lib.versionAtLeast pkgs.boost.version "1.88" && pkgs.lib.versionOlder pkgs.boost.version "1.93" > then > pkgs.boost.overrideAttrs (prevAttrs: { > patches = (prevAttrs.patches or [ ]) ++ [ > @@ -33,12 +32,12 @@ let > tag = "2.35.2"; > hash = "sha256-C/YEm/5IPiAMxQH5aHlkwgQMkLqK7NVsudEWdlzBZAA="; > })).overrideScope > - ( > - _finalScope: _prevScope: { > - version = "2.35.2"; > - boost = boostPatched; > - } > - ) > + ( > + _finalScope: _prevScope: { > + version = "2.35.2"; > + boost = boostPatched; > + } > + ) > ); > in > (pkgs.nix-eval-jobs.override { For full logs, run: nix log /nix/store/q46y4rj9z8n35cfilcixvy9bjvvkf870-treefmt-check.drv