~ruther/nixos-config

ref: 82c41cc2f714c928b9651e785ea547432be313de nixos-config/pkgs/tree-sitter-vhdl.nix -rw-r--r-- 326 bytes
82c41cc2 — Frantisek Bohacek fix: add missing emacs-anywhere.el 8 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