add nix infrastructure to build the grammar
This commit is contained in:
8
default.nix
Normal file
8
default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
pkgs.tree-sitter.buildGrammar {
|
||||
src = ./.;
|
||||
version = "0.1.0";
|
||||
language = "nixshell";
|
||||
generate = true;
|
||||
}
|
Reference in New Issue
Block a user