Skip to content

Commit 4602327

Browse files
committed
build: use custom-built blink.cmp
1 parent 8622fd6 commit 4602327

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/wrapper/build/config.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
pname = "flutter-tools";
4646
patches = [../patches/flutter-tools.patch];
4747
};
48+
blink-cmp = pkgs.callPackage ../../../flake/packages/blink-cmp.nix {
49+
src = inputs.plugin-blink-cmp;
50+
# TODO: extract into helper func
51+
version = inputs.plugin-blink-cmp.shortRev or inputs.plugin-blink-cmp.shortDirtyRev or "dirty";
52+
};
4853
};
4954

5055
buildConfigPlugins = plugins:

0 commit comments

Comments
 (0)