setup
checks.aarch64-linux.formatting
· build #28
· raw
1this derivation will be built:2 /nix/store/nns12v67plwarm3bfdydnbx4zilw9j8b-treefmt-check.drv3error: Cannot build '/nix/store/nns12v67plwarm3bfdydnbx4zilw9j8b-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/g4nl4ikirjm3rdq8xy81gkaya9ycac23-treefmt-check7 Last 20 log lines:8 > tribuchet: building on eliza9 > treefmt v2.5.0traversed 37 files10 > emitted 27 files for processing11 > formatted 27 files (1 changed) in 47ms12 > M flake.nix13 > diff --git a/flake.nix b/flake.nix14 > index 8066334..bb2525d 10064415 > --- a/flake.nix16 > +++ b/flake.nix17 > @@ -35,7 +35,9 @@18 > default = pkgs.callPackage ./nix/devshell.nix { };19 > });20 >21 > - formatter = forAllSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper);22 > + formatter = forAllSystems (23 > + pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper24 > + );25 >26 > # export every package and devshell as a check so CI builds them all27 > checks = forAllSystems (28 For full logs, run:29 nix log /nix/store/nns12v67plwarm3bfdydnbx4zilw9j8b-treefmt-check.drv