setup
aarch64-darwin.formatting
· build #192
· raw
1this derivation will be built:2 /nix/store/xzqbzri8cnvjmbr47d01wf7fpv58rrjd-treefmt-check.drv3error: build of '/nix/store/xzqbzri8cnvjmbr47d01wf7fpv58rrjd-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/xzqbzri8cnvjmbr47d01wf7fpv58rrjd-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/mp93h12d4pfqp1qlh29xf6vh33dlvy0s-treefmt-check7 Last 24 log lines:8 > treefmt v2.5.0traversed 1248 files9 > emitted 536 files for processing10 > formatted 536 files (3 changed) in 1.591s11 > M checks/flake-module.nix12 > diff --git a/checks/flake-module.nix b/checks/flake-module.nix13 > index c652cb2..d5c5377 10064414 > --- a/checks/flake-module.nix15 > +++ b/checks/flake-module.nix16 > @@ -58,8 +58,13 @@ in17 > {18 > # Warning for testing eval warning reporting in CI19 > checks = (20 > - nixosMachines // darwinMachines // packages // packageTests // devShells // homeConfigurations //21 > - {22 > + nixosMachines23 > + // darwinMachines24 > + // packages25 > + // packageTests26 > + // devShells27 > + // homeConfigurations28 > + // {29 > thisWillFail = pkgs.stdenv.mkDerivation {30 > name = "this-will-fail";31 > buildCommand = ''32 For full logs, run:33 nix log /nix/store/xzqbzri8cnvjmbr47d01wf7fpv58rrjd-treefmt-check.drv34error: Cannot build '/nix/store/xzqbzri8cnvjmbr47d01wf7fpv58rrjd-treefmt-check.drv'.35 Reason: builder failed with exit code 1.36 Output paths:37 /nix/store/mp93h12d4pfqp1qlh29xf6vh33dlvy0s-treefmt-check