diff --git a/modules/wrapper/build/config.nix b/modules/wrapper/build/config.nix index 85c87dd6..56dabee1 100644 --- a/modules/wrapper/build/config.nix +++ b/modules/wrapper/build/config.nix @@ -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]; }; };