fix: autofmt doesn't work in deno
tried to reduce but it's not worth it and related issues being open for years gives me no confidence they will fix this. it also does not work in bun, but i've opened https://github.com/oven-sh/bun/issues/22018
This commit is contained in:
parent
fa1fc5801a
commit
0a5d9bfc17
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ pkgs.writeShellApplication {
|
|||
zig
|
||||
clang-tools
|
||||
];
|
||||
text = ''exec deno run -A ${./autofmt.js} "$@"'';
|
||||
text = ''exec ${pkgs.nodejs}/bin/node ${./autofmt.js} "$@"'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue