Compare commits

..

2 commits

Author SHA1 Message Date
Ching Pei Yang
19bea690b0
Merge cfbccedcce into 8febf44422 2025-01-01 10:50:07 +00:00
Ching Pei Yang
cfbccedcce
fixup! wrapper: add built package as option 2025-01-01 11:49:45 +01:00

View file

@ -43,7 +43,7 @@
nvim-treesitter = buildTreesitterPlug vimOptions.treesitter.grammars;
flutter-tools-patched = buildPlug {
pname = "flutter-tools";
patches = [../patches/flutter-tools.patch];
patches = [../../../patches/flutter-tools.patch];
};
};