tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
tree-sitter-grammars: remove agda as it is abandoned
Bernardo Meurer
3 years ago
f77532fa
1b823ac6
+2
-13
3 changed files
expand all
collapse all
unified
split
pkgs
development
tools
parsing
tree-sitter
grammars
default.nix
tree-sitter-agda.json
update.nix
-1
pkgs/development/tools/parsing/tree-sitter/grammars/default.nix
···
1
1
{ lib }:
2
2
{
3
3
-
tree-sitter-agda = lib.importJSON ./tree-sitter-agda.json;
4
3
tree-sitter-bash = lib.importJSON ./tree-sitter-bash.json;
5
4
tree-sitter-beancount = lib.importJSON ./tree-sitter-beancount.json;
6
5
tree-sitter-bibtex = lib.importJSON ./tree-sitter-bibtex.json;
-11
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-agda.json
···
1
1
-
{
2
2
-
"url": "https://github.com/tree-sitter/tree-sitter-agda",
3
3
-
"rev": "d710ff14d15ddee3764fd73a0837c6c4c8c913e9",
4
4
-
"date": "2019-09-20T18:06:06+08:00",
5
5
-
"path": "/nix/store/wqz9v9znaiwhhqi19hgig9bn0yvl4i9s-tree-sitter-agda",
6
6
-
"sha256": "1wpfj47l97pxk3i9rzdylqipy849r482fnj3lmx8byhalv7z1vm6",
7
7
-
"fetchLFS": false,
8
8
-
"fetchSubmodules": false,
9
9
-
"deepClone": false,
10
10
-
"leaveDotGit": false
11
11
-
}
+2
-1
pkgs/development/tools/parsing/tree-sitter/update.nix
···
31
31
"tree-sitter-scala"
32
32
"tree-sitter-ocaml"
33
33
"tree-sitter-julia"
34
34
-
"tree-sitter-agda"
35
34
"tree-sitter-fluent"
36
35
"tree-sitter-html"
37
36
"tree-sitter-haskell"
···
73
72
"tree-sitter-graph"
74
73
# abandoned
75
74
"tree-sitter-swift"
75
75
+
# abandoned
76
76
+
"tree-sitter-agda"
76
77
];
77
78
ignoredTreeSitterOrgReposJson = jsonFile "ignored-tree-sitter-org-repos" ignoredTreeSitterOrgRepos;
78
79