summaryrefslogtreecommitdiffstats
path: root/treefmt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'treefmt.nix')
-rw-r--r--treefmt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/treefmt.nix b/treefmt.nix
index e6006d7..c68cd48 100644
--- a/treefmt.nix
+++ b/treefmt.nix
@@ -72,7 +72,7 @@ treefmt-nix.lib.evalModule pkgs (
includes = ["*.bash"];
};
prettier = {
- command = pkgs.nodePackages.prettier;
+ command = pkgs.prettier;
includes = ["*.html" "*.js"];
};
};