From 460232765dc7ca535bee1495141ee365bcf43493 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Wed, 1 Jan 2025 11:07:29 +0100 Subject: [PATCH] build: use custom-built blink.cmp --- modules/wrapper/build/config.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/wrapper/build/config.nix b/modules/wrapper/build/config.nix index 85c87dd6..c36a0888 100644 --- a/modules/wrapper/build/config.nix +++ b/modules/wrapper/build/config.nix @@ -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: