this derivation will be built: /nix/store/r93hgg1hinldmbi4lgjgn7pamvvcc1cl-treefmt-check.drv error: build of '/nix/store/r93hgg1hinldmbi4lgjgn7pamvvcc1cl-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/r93hgg1hinldmbi4lgjgn7pamvvcc1cl-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/5sn5jb1a4yr3d7941gp9mjlhs9j4ibbs-treefmt-check Last 19 log lines: > treefmt v2.5.0traversed 62 files > emitted 46 files for processing > formatted 46 files (1 changed) in 2.9s > M default.nix > diff --git a/default.nix b/default.nix > index bf876c1..ef4d953 100644 > --- a/default.nix > +++ b/default.nix > @@ -61,7 +61,9 @@ python3Packages.buildPythonApplication { > checkPhase = '' > # Set up test dependencies > export TEST_BASH_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.bash else bash}" > - export TEST_COREUTILS_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils}" > + export TEST_COREUTILS_PATH="${ > + if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils > + }" > export TEST_NIXPKGS_PATH="${path}" > > # Run tests For full logs, run: nix log /nix/store/r93hgg1hinldmbi4lgjgn7pamvvcc1cl-treefmt-check.drv error: Cannot build '/nix/store/r93hgg1hinldmbi4lgjgn7pamvvcc1cl-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/5sn5jb1a4yr3d7941gp9mjlhs9j4ibbs-treefmt-check