diff options
Diffstat (limited to 'treefmt.nix')
| -rw-r--r-- | treefmt.nix | 2 |
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"]; }; }; |
