about summary refs log tree commit diff stats
path: root/pkgs/sources/tree-sitter-yts
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-20 16:10:21 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-20 16:14:26 +0200
commit368cb6b0d25db2ae23be42ad51584de059997e51 (patch)
tree3282e45d3ebced63c8498a47e83a255c35de620b /pkgs/sources/tree-sitter-yts
parentrefactor(hm): Rename to `modules/home` (diff)
downloadnixos-config-368cb6b0d25db2ae23be42ad51584de059997e51.tar.gz
nixos-config-368cb6b0d25db2ae23be42ad51584de059997e51.zip
refactor(sys): Modularize and move to `modules/system` or `pkgs`
Diffstat (limited to '')
-rw-r--r--pkgs/sources/tree-sitter-yts/.editorconfig (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/.editorconfig)0
-rw-r--r--pkgs/sources/tree-sitter-yts/.envrc (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/.envrc)0
-rw-r--r--pkgs/sources/tree-sitter-yts/.gitignore (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/.gitignore)0
-rw-r--r--pkgs/sources/tree-sitter-yts/Cargo.toml (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/Cargo.toml)0
-rw-r--r--pkgs/sources/tree-sitter-yts/binding.gyp (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/binding.gyp)0
-rw-r--r--pkgs/sources/tree-sitter-yts/bindings/node/binding.cc (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/bindings/node/binding.cc)0
-rw-r--r--pkgs/sources/tree-sitter-yts/bindings/node/index.js (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/bindings/node/index.js)0
-rw-r--r--pkgs/sources/tree-sitter-yts/bindings/rust/build.rs (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/bindings/rust/build.rs)0
-rw-r--r--pkgs/sources/tree-sitter-yts/bindings/rust/lib.rs (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/bindings/rust/lib.rs)0
-rw-r--r--pkgs/sources/tree-sitter-yts/corpus/comments.txt (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/corpus/comments.txt)0
-rw-r--r--pkgs/sources/tree-sitter-yts/corpus/comments_correct.txt (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/corpus/comments_correct.txt)0
-rw-r--r--pkgs/sources/tree-sitter-yts/corpus/duration.txt (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/corpus/duration.txt)0
-rw-r--r--pkgs/sources/tree-sitter-yts/corpus/url.txt (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/corpus/url.txt)0
-rw-r--r--pkgs/sources/tree-sitter-yts/default.nix (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/default.nix)0
-rw-r--r--pkgs/sources/tree-sitter-yts/flake.lock (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/flake.lock)0
-rw-r--r--pkgs/sources/tree-sitter-yts/flake.nix (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/flake.nix)0
-rw-r--r--pkgs/sources/tree-sitter-yts/grammar.js (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/grammar.js)0
-rw-r--r--pkgs/sources/tree-sitter-yts/highlight.yts (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/highlight.yts)0
-rw-r--r--pkgs/sources/tree-sitter-yts/package.json (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/package.json)0
-rw-r--r--pkgs/sources/tree-sitter-yts/package.nix (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/package.nix)0
-rw-r--r--pkgs/sources/tree-sitter-yts/queries/highlights.scm (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/queries/highlights.scm)0
-rw-r--r--pkgs/sources/tree-sitter-yts/src/grammar.json (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/src/grammar.json)0
-rw-r--r--pkgs/sources/tree-sitter-yts/src/node-types.json (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/src/node-types.json)0
-rw-r--r--pkgs/sources/tree-sitter-yts/src/parser.c (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/src/parser.c)0
-rw-r--r--pkgs/sources/tree-sitter-yts/src/tree_sitter/parser.h (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/src/tree_sitter/parser.h)0
-rw-r--r--pkgs/sources/tree-sitter-yts/treefmt.toml (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/treefmt.toml)0
26 files changed, 0 insertions, 0 deletions
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/.editorconfig b/pkgs/sources/tree-sitter-yts/.editorconfig
index 919c78fa..919c78fa 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/.editorconfig
+++ b/pkgs/sources/tree-sitter-yts/.editorconfig
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/.envrc b/pkgs/sources/tree-sitter-yts/.envrc
index 3550a30f..3550a30f 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/.envrc
+++ b/pkgs/sources/tree-sitter-yts/.envrc
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/.gitignore b/pkgs/sources/tree-sitter-yts/.gitignore
index c4e2e389..c4e2e389 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/.gitignore
+++ b/pkgs/sources/tree-sitter-yts/.gitignore
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/Cargo.toml b/pkgs/sources/tree-sitter-yts/Cargo.toml
index 5287c420..5287c420 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/Cargo.toml
+++ b/pkgs/sources/tree-sitter-yts/Cargo.toml
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/binding.gyp b/pkgs/sources/tree-sitter-yts/binding.gyp
index b05038b4..b05038b4 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/binding.gyp
+++ b/pkgs/sources/tree-sitter-yts/binding.gyp
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/node/binding.cc b/pkgs/sources/tree-sitter-yts/bindings/node/binding.cc
index a042be54..a042be54 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/node/binding.cc
+++ b/pkgs/sources/tree-sitter-yts/bindings/node/binding.cc
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/node/index.js b/pkgs/sources/tree-sitter-yts/bindings/node/index.js
index 32179742..32179742 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/node/index.js
+++ b/pkgs/sources/tree-sitter-yts/bindings/node/index.js
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/rust/build.rs b/pkgs/sources/tree-sitter-yts/bindings/rust/build.rs
index c6061f09..c6061f09 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/rust/build.rs
+++ b/pkgs/sources/tree-sitter-yts/bindings/rust/build.rs
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/rust/lib.rs b/pkgs/sources/tree-sitter-yts/bindings/rust/lib.rs
index f1868b2d..f1868b2d 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/rust/lib.rs
+++ b/pkgs/sources/tree-sitter-yts/bindings/rust/lib.rs
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/comments.txt b/pkgs/sources/tree-sitter-yts/corpus/comments.txt
index 0070baf8..0070baf8 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/comments.txt
+++ b/pkgs/sources/tree-sitter-yts/corpus/comments.txt
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/comments_correct.txt b/pkgs/sources/tree-sitter-yts/corpus/comments_correct.txt
index 40cdab7d..40cdab7d 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/comments_correct.txt
+++ b/pkgs/sources/tree-sitter-yts/corpus/comments_correct.txt
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/duration.txt b/pkgs/sources/tree-sitter-yts/corpus/duration.txt
index 59476b98..59476b98 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/duration.txt
+++ b/pkgs/sources/tree-sitter-yts/corpus/duration.txt
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/url.txt b/pkgs/sources/tree-sitter-yts/corpus/url.txt
index 1ae3d106..1ae3d106 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/url.txt
+++ b/pkgs/sources/tree-sitter-yts/corpus/url.txt
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/default.nix b/pkgs/sources/tree-sitter-yts/default.nix
index 7e15481c..7e15481c 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/default.nix
+++ b/pkgs/sources/tree-sitter-yts/default.nix
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/flake.lock b/pkgs/sources/tree-sitter-yts/flake.lock
index bff9f1fa..bff9f1fa 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/flake.lock
+++ b/pkgs/sources/tree-sitter-yts/flake.lock
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/flake.nix b/pkgs/sources/tree-sitter-yts/flake.nix
index 1b6f8ab0..1b6f8ab0 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/flake.nix
+++ b/pkgs/sources/tree-sitter-yts/flake.nix
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/grammar.js b/pkgs/sources/tree-sitter-yts/grammar.js
index 655f6dea..655f6dea 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/grammar.js
+++ b/pkgs/sources/tree-sitter-yts/grammar.js
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/highlight.yts b/pkgs/sources/tree-sitter-yts/highlight.yts
index 319ee95c..319ee95c 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/highlight.yts
+++ b/pkgs/sources/tree-sitter-yts/highlight.yts
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/package.json b/pkgs/sources/tree-sitter-yts/package.json
index 2511ccb7..2511ccb7 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/package.json
+++ b/pkgs/sources/tree-sitter-yts/package.json
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/package.nix b/pkgs/sources/tree-sitter-yts/package.nix
index fe9a7326..fe9a7326 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/package.nix
+++ b/pkgs/sources/tree-sitter-yts/package.nix
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/queries/highlights.scm b/pkgs/sources/tree-sitter-yts/queries/highlights.scm
index 674cbf18..674cbf18 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/queries/highlights.scm
+++ b/pkgs/sources/tree-sitter-yts/queries/highlights.scm
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/src/grammar.json b/pkgs/sources/tree-sitter-yts/src/grammar.json
index a35a5464..a35a5464 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/src/grammar.json
+++ b/pkgs/sources/tree-sitter-yts/src/grammar.json
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/src/node-types.json b/pkgs/sources/tree-sitter-yts/src/node-types.json
index 1a63a552..1a63a552 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/src/node-types.json
+++ b/pkgs/sources/tree-sitter-yts/src/node-types.json
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/src/parser.c b/pkgs/sources/tree-sitter-yts/src/parser.c
index ded5c342..ded5c342 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/src/parser.c
+++ b/pkgs/sources/tree-sitter-yts/src/parser.c
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/src/tree_sitter/parser.h b/pkgs/sources/tree-sitter-yts/src/tree_sitter/parser.h
index 972913cf..972913cf 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/src/tree_sitter/parser.h
+++ b/pkgs/sources/tree-sitter-yts/src/tree_sitter/parser.h
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/treefmt.toml b/pkgs/sources/tree-sitter-yts/treefmt.toml
index 3d604b40..3d604b40 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/treefmt.toml
+++ b/pkgs/sources/tree-sitter-yts/treefmt.toml