package: add nvf-queries package

This commit is contained in:
Ching Pei Yang 2025-04-03 11:34:58 +02:00
commit 528990a070
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
5 changed files with 50 additions and 2 deletions

View file

@ -17,6 +17,9 @@
# Build nil from source to get most recent
# features as they are added.
nil = inputs'.nil.packages.default;
nvf-queries = final.callPackage ./legacyPackages/nvf-queries.nix {
version = self.shortRev or self.dirtyShortRev or "dirty";
};
blink-cmp = let
pin = self.pins.blink-cmp;
in