blink: move package into legacyPackage

This commit is contained in:
Ching Pei Yang 2025-01-21 13:35:01 +08:00 committed by Ching Pei Yang
commit 8a069a6835
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
3 changed files with 10 additions and 5 deletions

View file

@ -9,10 +9,14 @@
overlays = [
inputs.self.overlays.default
(_: _: {
(final: _: {
# Build nil from source to get most recent
# features as they are added.
nil = inputs'.nil.packages.default;
blink-cmp = final.callPackage ./legacyPackages/blink-cmp.nix {
src = inputs.plugin-blink-cmp;
version = inputs.plugin-blink-cmp.shortRev or inputs.plugin-blink-cmp.shortDirtyRev or "dirty";
};
})
];
};