Skip to content

Commit 4aac51e

Browse files
authored
languages/flutter: Update pin name for match (#658)
1 parent 54476b5 commit 4aac51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/wrapper/build/config.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
pluginBuilders = {
4646
nvim-treesitter = buildTreesitterPlug config.vim.treesitter.grammars;
4747
flutter-tools-patched = buildPlug {
48-
pname = "flutter-tools";
48+
pname = "flutter-tools-nvim";
4949
patches = [./patches/flutter-tools.patch];
5050

5151
# Disable failing require check hook checks

0 commit comments

Comments
 (0)