this derivation will be built: /nix/store/lw3yjz261m0d9rnkfsihx7bzcxl690lr-treefmt-check.drv error: Cannot build '/nix/store/lw3yjz261m0d9rnkfsihx7bzcxl690lr-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/v0ybs3zx31j7y4mmzqicll33s36kz6h6-treefmt-check Last 25 log lines: > tribuchet: building on jamie > treefmt v2.5.0traversed 1248 files > emitted 536 files for processing > formatted 536 files (3 changed) in 3.069s > M checks/flake-module.nix > diff --git a/checks/flake-module.nix b/checks/flake-module.nix > index c652cb2..d5c5377 100644 > --- a/checks/flake-module.nix > +++ b/checks/flake-module.nix > @@ -58,8 +58,13 @@ in > { > # Warning for testing eval warning reporting in CI > checks = ( > - nixosMachines // darwinMachines // packages // packageTests // devShells // homeConfigurations // > - { > + nixosMachines > + // darwinMachines > + // packages > + // packageTests > + // devShells > + // homeConfigurations > + // { > thisWillFail = pkgs.stdenv.mkDerivation { > name = "this-will-fail"; > buildCommand = '' For full logs, run: nix log /nix/store/lw3yjz261m0d9rnkfsihx7bzcxl690lr-treefmt-check.drv