Skip to content

Commit

Permalink
build: use custom-built blink.cmp
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Jan 1, 2025
1 parent 8622fd6 commit 4602327
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/wrapper/build/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4602327

Please sign in to comment.