all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: karl--- via Guix-patches via <guix-patches@gnu.org>
To: 70043@debbugs.gnu.org
Cc: Karl Hallsby <karl@hallsby.com>, Andrew Tropin <andrew@trop.in>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#70043] [PATCH 2/2] gnu: Add tree-sitter-nix.
Date: Sun, 31 Mar 2024 22:53:10 -0500	[thread overview]
Message-ID: <af4210229ae3783e553a149b80b2c540cd1ec307.1711943589.git.karl@hallsby.com> (raw)
In-Reply-To: <f375627d5bb2d2014a2d0cd52e92dafb58f45e13.1711943589.git.karl@hallsby.com>

From: Karl Hallsby <karl@hallsby.com>

* gnu/packages/tree-sitter.scm (tree-sitter-nix): New variable.
---
 gnu/packages/tree-sitter.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index cac4fa543a..ee0acb82de 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -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")
-- 
2.41.0





  reply	other threads:[~2024-04-01  3:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-28  2:00 [bug#70043] [PATCH] gnu: Add tree-sitter-tlaplus Karl Hallsby via Guix-patches via
2024-04-01  3:53 ` [bug#70043] [PATCH 1/2] gnu: Add tree-sitter-latex karl--- via Guix-patches via
2024-04-01  3:53   ` karl--- via Guix-patches via [this message]
2024-04-05 15:41 ` bug#70043: [PATCH] gnu: Add tree-sitter-tlaplus Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=af4210229ae3783e553a149b80b2c540cd1ec307.1711943589.git.karl@hallsby.com \
    --to=guix-patches@gnu.org \
    --cc=70043@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=karl@hallsby.com \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.