Skip to content

Commit 5b19a01

Browse files
womfooblaggacao
authored andcommitted
fix: prettier toml plugin path
1 parent def0d22 commit 5b19a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/configs/treefmt.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ in {
1717
};
1818
prettier = {
1919
command = lib.getExe nixpkgs.nodePackages.prettier;
20-
options = ["--plugin" "${nixpkgs.nodePackages.prettier-plugin-toml}/lib/node_modules/prettier-plugin-toml/lib/api.js" "--write"];
20+
options = ["--plugin" "${nixpkgs.nodePackages.prettier-plugin-toml}/lib/node_modules/prettier-plugin-toml/lib/index.js" "--write"];
2121
includes = [
2222
"*.css"
2323
"*.html"

0 commit comments

Comments
 (0)