Skip to content

Commit 03ed960

Browse files
committed
chore: Install tree-sitter via nix for the nix-shell
1 parent 56f5844 commit 03ed960

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

default.nix

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,8 @@ pkgs.mkShell {
1010
name = "env";
1111
buildInputs = with pkgs; [
1212
nodejs
13-
gcc
14-
clang
15-
libiconv
16-
python3
13+
tree-sitter
1714
];
18-
shellHook = ''
19-
PATH=./node_modules/.bin:$PATH
20-
command -v tree-sitter >/dev/null 2>&1 || npm install
21-
'';
2215
}
2316

2417

0 commit comments

Comments
 (0)