From cfbccedcce500e7bf0215704f1b87dbc266c68ac Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Wed, 1 Jan 2025 11:49:45 +0100 Subject: [PATCH] fixup! wrapper: add built package as option --- modules/wrapper/build/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }; };