From 713b10a6876e633729c8ac0eddc16f1c207a09fd Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 9 Sep 2026 22:12:21 +0200 Subject: treefmt.nix: Update to newest nixpkgs changes --- treefmt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'treefmt.nix') 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"]; }; }; -- cgit v1.3.1