From 065ac2601437569f51bc3bdd7e17450c151d9028 Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Tue, 2 May 2023 13:35:32 +1000 Subject: [PATCH] nix: added treefmt and Nix formatter progresses #1 --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 761e3a3..1ca9028 100644 --- a/shell.nix +++ b/shell.nix @@ -7,5 +7,6 @@ with pkgs; buildInputs = [ nix # Powerful package manager, makes packaging reliable & reproducible tea # Gitea official CLI client + treefmt # one CLI to format the code tree ]; }