diff options
| -rw-r--r-- | dged.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ stdenv.mkDerivation { TREESITTER_GRAMMARS = with tree-sitter-grammars; linkFarm "tree-sitter-grammars" { + "bash" = tree-sitter-bash; "c" = tree-sitter-c; "rust" = tree-sitter-rust; "nix" = tree-sitter-nix; |
