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

@ -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;