build: use custom-built blink.cmp

This commit is contained in:
Ching Pei Yang 2025-01-01 11:07:29 +01:00
parent d7a9e4f5b5
commit 0f02ec54cf
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -50,6 +50,11 @@
pname = "flutter-tools";
patches = [./patches/flutter-tools.patch];
};
blink-cmp = pkgs.callPackage ../../../flake/packages/blink-cmp.nix {
src = inputs.plugin-blink-cmp;
# TODO: extract into helper func
version = inputs.plugin-blink-cmp.shortRev or inputs.plugin-blink-cmp.shortDirtyRev or "dirty";
};
};
buildConfigPlugins = plugins: