pkgs: use upstream kak-tree-sitter

This commit is contained in:
Leonardo Eugênio 2024-10-01 10:50:43 -03:00
parent 53894b2854
commit cfe08e3b20
4 changed files with 2 additions and 37 deletions

View file

@ -127,7 +127,7 @@ in
ranger
bmenu
kak-lsp
kak-tree-sitter
unstable.kak-tree-sitter
kak-pager
kak-man-pager

View file

@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
let
hx-src = pkgs.helix.src;
kts-src = pkgs.kak-tree-sitter.src;
kts-src = pkgs.unstable.kak-tree-sitter-unwrapped.src;
inherit (pkgs) fetchFromGitHub;
in
with pkgs.tree-sitter-grammars;