feat: Added slint and anyrun patches and tailscale to ryu

This commit is contained in:
uttarayan21
2024-12-02 09:49:51 +05:30
parent c88e0362ab
commit db07155120
7 changed files with 39 additions and 2112 deletions

View File

@@ -70,6 +70,11 @@
version = "1";
src = inputs.tree-sitter-d2;
};
tree-sitter-slint = final.pkgs.tree-sitter.buildGrammar {
language = "slint";
version = "1";
src = inputs.tree-sitter-slint;
};
tree-sitter-nu = final.pkgs.tree-sitter.buildGrammar {
language = "nu";
version = "0.0.1";