diff options
Diffstat (limited to '')
-rw-r--r-- | tree-sitter-yts/package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tree-sitter-yts/package.nix b/tree-sitter-yts/package.nix index 7b7adcf..5b86d93 100644 --- a/tree-sitter-yts/package.nix +++ b/tree-sitter-yts/package.nix @@ -7,7 +7,7 @@ # # You should have received a copy of the License along with this program. # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. -# taken from nixpgks: pkgs/development/tools/parsing/tree-sitter/grammar.nix + { stdenv, nodejs, |