fixup! wrapper: add built package as option

This commit is contained in:
Ching Pei Yang 2025-01-01 11:49:45 +01:00
parent d14c5e57db
commit cfbccedcce
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

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];
};
};