From 784a85b15948528dd9885d4f1a0c341e8c7e68a6 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 28 Jun 2024 09:41:02 -0600 Subject: [PATCH] fmt: switch to treefmt --- bin/fmt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/bin/fmt b/bin/fmt index ef959d7..e071a77 100755 --- a/bin/fmt +++ b/bin/fmt @@ -2,12 +2,4 @@ set -e -find . -name \*.nix -exec nix fmt {} \+ -find . -name \*.sh -exec shfmt -w {} \+ - -deadnix -f . -shfmt -w bin/deploy -shfmt -w bin/mkboot -# TODO: https://github.com/nerdypepper/statix/issues/68 -#statix check --ignore lib/default.nix . -statix check . +treefmt