treefmt-check
checks.x86_64-linux.treefmt
· build #61
· raw
1treefmt v2.5.0traversed 62 files2emitted 46 files for processing3formatted 46 files (1 changed) in 172ms4 M default.nix5diff --git a/default.nix b/default.nix6index bf876c1..ef4d953 1006447--- a/default.nix8+++ b/default.nix9@@ -61,7 +61,9 @@ python3Packages.buildPythonApplication {10 checkPhase = ''11 # Set up test dependencies12 export TEST_BASH_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.bash else bash}"13- export TEST_COREUTILS_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils}"14+ export TEST_COREUTILS_PATH="${15+ if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils16+ }"17 export TEST_NIXPKGS_PATH="${path}"18 19 # Run tests