~ruther/nixos-config

nixos-config/pkgs/tree-sitter-vhdl.nix -rw-r--r-- 326 bytes
65631fe7 — Frantisek Bohacek feat: add support for Guix 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
{ tree-sitter, fetchFromGitHub }:

tree-sitter.buildGrammar {
  language = "tree-sitter-vhdl";
  version = "0.0.0";

  src = fetchFromGitHub {
    owner = "alemuller";
    repo = "tree-sitter-vhdl";
    rev = "a3b2d84990527c7f8f4ae219c332c00c33d2d8e5";
    hash = "sha256-CtlhSAKp90nXLI5g+vAd0dZZxjPTyMcNFvHL8DBY4j8=";
  };
}
Do not follow this link