nixbot

builds

failed treefmt-check checks.aarch64-linux.treefmt · build #61 · raw

1tribuchet: building on eliza2treefmt v2.5.0traversed 62 files3emitted 46 files for processing4formatted 46 files (1 changed) in 100ms5 M default.nix6diff --git a/default.nix b/default.nix7index bf876c1..ef4d953 1006448--- a/default.nix9+++ b/default.nix10@@ -61,7 +61,9 @@ python3Packages.buildPythonApplication {11 checkPhase = ''12 # Set up test dependencies13 export TEST_BASH_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.bash else bash}"14- export TEST_COREUTILS_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils}"15+ export TEST_COREUTILS_PATH="${16+ if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils17+ }"18 export TEST_NIXPKGS_PATH="${path}"19 20 # Run tests