mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Add tree-sitter-nix.
* gnu/packages/tree-sitter.scm (tree-sitter-nix): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
1bd6a735ec
commit
a568ac8bcf
1 changed files with 9 additions and 0 deletions
|
@ -615,6 +615,15 @@ (define-public tree-sitter-meson
|
|||
#:commit commit
|
||||
#:license license:expat)))
|
||||
|
||||
(define-public tree-sitter-nix
|
||||
(tree-sitter-grammar
|
||||
"nix" "Nix"
|
||||
"0nn3ij8k6wkbf3kcvkyyp0vhfjcksi31wyyfwmsbx66maf2xgaii"
|
||||
"0.0.0"
|
||||
;; The most recent commit at time of packaging, no tags.
|
||||
#:commit "763168fa916a333a459434f1424b5d30645f015d"
|
||||
#:repository-url "https://github.com/nix-community/tree-sitter-nix"))
|
||||
|
||||
(define-public tree-sitter-org
|
||||
;; There are a lot of additions, the last tag was placed a while ago
|
||||
(let ((commit "081179c52b3e8175af62b9b91dc099d010c38770")
|
||||
|
|
Loading…
Reference in a new issue