add source to nvfetch of tree-sitter lib

This commit is contained in:
ulic-youthlic 2025-03-11 23:49:16 +08:00
parent 922a964a7d
commit 7c38ed1723
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 76 additions and 48 deletions

View file

@ -2,11 +2,12 @@
lib,
pkgs,
inputs,
callPackage,
...
}@args:
}:
let
inherit (inputs.helix.packages."${pkgs.system}") helix;
runtime = import ./runtime args;
runtime = callPackage ./runtime.nix { };
runtimeInputs = (
with pkgs;
[