this derivation will be built: /nix/store/7y4ziv8r9aadhz2pcdwwf3bfmh0dlf8l-treefmt-check.drv error: Cannot build '/nix/store/7y4ziv8r9aadhz2pcdwwf3bfmh0dlf8l-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/imj4jiy0gvbwi8v6xk1almbrflzjqgnd-treefmt-check Last 20 log lines: > tribuchet: building on eliza > treefmt v2.5.0traversed 62 files > emitted 46 files for processing > formatted 46 files (1 changed) in 100ms > 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/7y4ziv8r9aadhz2pcdwwf3bfmh0dlf8l-treefmt-check.drv