nix: added treefmt and Nix formatter

progresses #1
This commit is contained in:
Fiscal Velvet Poet 2023-05-02 13:35:32 +10:00 committed by Fiscal Velvet Poet
parent b1f14470ac
commit 065ac26014
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47

View file

@ -7,5 +7,6 @@ with pkgs;
buildInputs = [ buildInputs = [
nix # Powerful package manager, makes packaging reliable & reproducible nix # Powerful package manager, makes packaging reliable & reproducible
tea # Gitea official CLI client tea # Gitea official CLI client
treefmt # one CLI to format the code tree
]; ];
} }