diff --git a/nix/checks/treefmt.nix b/nix/checks/treefmt.nix index 5e165a4..b3da705 100644 --- a/nix/checks/treefmt.nix +++ b/nix/checks/treefmt.nix @@ -1,11 +1,11 @@ { - runCommandNoCC, + runCommand, gofumpt, alejandra, python3, treefmt, }: -runCommandNoCC "treefmt" { +runCommand "treefmt" { nativeBuildInputs = [ gofumpt treefmt