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: