Remove treefmt (thanks to 'nix fmt')

This commit is contained in:
Sridhar Ratnakumar 2022-10-12 15:43:02 -04:00
parent 464d0980ca
commit 47f5698a54
2 changed files with 0 additions and 4 deletions

View file

@ -178,7 +178,6 @@
{
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
treefmt
nixpkgs-fmt
# To enable webhint to analyze source files
nodejs

View file

@ -1,3 +0,0 @@
[formatter.nix]
command = "nixpkgs-fmt"
includes = ["*.nix"]