setup
checks.aarch64-linux.treefmt
· build #61
· raw
1this derivation will be built:2 /nix/store/7y4ziv8r9aadhz2pcdwwf3bfmh0dlf8l-treefmt-check.drv3error: Cannot build '/nix/store/7y4ziv8r9aadhz2pcdwwf3bfmh0dlf8l-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/imj4jiy0gvbwi8v6xk1almbrflzjqgnd-treefmt-check7 Last 20 log lines:8 > tribuchet: building on eliza9 > treefmt v2.5.0traversed 62 files10 > emitted 46 files for processing11 > formatted 46 files (1 changed) in 100ms12 > M default.nix13 > diff --git a/default.nix b/default.nix14 > index bf876c1..ef4d953 10064415 > --- a/default.nix16 > +++ b/default.nix17 > @@ -61,7 +61,9 @@ python3Packages.buildPythonApplication {18 > checkPhase = ''19 > # Set up test dependencies20 > export TEST_BASH_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.bash else bash}"21 > - export TEST_COREUTILS_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils}"22 > + export TEST_COREUTILS_PATH="${23 > + if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils24 > + }"25 > export TEST_NIXPKGS_PATH="${path}"26 >27 > # Run tests28 For full logs, run:29 nix log /nix/store/7y4ziv8r9aadhz2pcdwwf3bfmh0dlf8l-treefmt-check.drv