mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-27 21:41:29 +00:00
build: use custom-built blink.cmp
This commit is contained in:
parent
d7a9e4f5b5
commit
0f02ec54cf
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue