build: use custom-built blink.cmp

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

View file

@ -45,6 +45,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: