nixbot

builds

succeeded setup aarch64-linux.formatting · build #192 · raw

1this derivation will be built:2 /nix/store/hybvyziqa0qs6kxhy65yxp9psvcp92pn-treefmt-check.drv3error: Cannot build '/nix/store/hybvyziqa0qs6kxhy65yxp9psvcp92pn-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/f2a1hgh9wj102cpilgn57gsbyygwzza7-treefmt-check7 Last 25 log lines:8 > tribuchet: building on eliza9 > treefmt v2.5.0traversed 1248 files10 > emitted 536 files for processing11 > formatted 536 files (3 changed) in 3.769s12 > M checks/flake-module.nix13 > diff --git a/checks/flake-module.nix b/checks/flake-module.nix14 > index c652cb2..d5c5377 10064415 > --- a/checks/flake-module.nix16 > +++ b/checks/flake-module.nix17 > @@ -58,8 +58,13 @@ in18 > {19 > # Warning for testing eval warning reporting in CI20 > checks = (21 > - nixosMachines // darwinMachines // packages // packageTests // devShells // homeConfigurations //22 > - {23 > + nixosMachines24 > + // darwinMachines25 > + // packages26 > + // packageTests27 > + // devShells28 > + // homeConfigurations29 > + // {30 > thisWillFail = pkgs.stdenv.mkDerivation {31 > name = "this-will-fail";32 > buildCommand = ''33 For full logs, run:34 nix log /nix/store/hybvyziqa0qs6kxhy65yxp9psvcp92pn-treefmt-check.drv