setup
x86_64-linux.formatting
· build #192
· raw
1this derivation will be built:2 /nix/store/lw3yjz261m0d9rnkfsihx7bzcxl690lr-treefmt-check.drv3error: Cannot build '/nix/store/lw3yjz261m0d9rnkfsihx7bzcxl690lr-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/v0ybs3zx31j7y4mmzqicll33s36kz6h6-treefmt-check7 Last 25 log lines:8 > tribuchet: building on jamie9 > treefmt v2.5.0traversed 1248 files10 > emitted 536 files for processing11 > formatted 536 files (3 changed) in 3.069s12 > 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/lw3yjz261m0d9rnkfsihx7bzcxl690lr-treefmt-check.drv