nixbot

builds
1this derivation will be built:2 /nix/store/zyq6lm058qiia70i4hnwiw51bbr0bxgq-treefmt-check.drv3error: Cannot build '/nix/store/zyq6lm058qiia70i4hnwiw51bbr0bxgq-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/ksfm63pg8mz8f1ggjqilk76567v8xgys-treefmt-check7 Last 25 log lines:8 > - pkgs.lib.versionAtLeast pkgs.boost.version "1.88"9 > - && pkgs.lib.versionOlder pkgs.boost.version "1.93"10 > + pkgs.lib.versionAtLeast pkgs.boost.version "1.88" && pkgs.lib.versionOlder pkgs.boost.version "1.93"11 > then12 > pkgs.boost.overrideAttrs (prevAttrs: {13 > patches = (prevAttrs.patches or [ ]) ++ [14 > @@ -33,12 +32,12 @@ let15 > tag = "2.35.2";16 > hash = "sha256-C/YEm/5IPiAMxQH5aHlkwgQMkLqK7NVsudEWdlzBZAA=";17 > })).overrideScope18 > - (19 > - _finalScope: _prevScope: {20 > - version = "2.35.2";21 > - boost = boostPatched;22 > - }23 > - )24 > + (25 > + _finalScope: _prevScope: {26 > + version = "2.35.2";27 > + boost = boostPatched;28 > + }29 > + )30 > );31 > in32 > (pkgs.nix-eval-jobs.override {33 For full logs, run:34 nix log /nix/store/zyq6lm058qiia70i4hnwiw51bbr0bxgq-treefmt-check.drv