mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 23:45:31 +00:00
package: add nvf-queries package
This commit is contained in:
parent
57b9735fc7
commit
528990a070
5 changed files with 50 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue