From 3e5b4f5fbc998e21249c68967df144122e2f87cc Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Wed, 12 Feb 2025 18:08:50 -0500 Subject: [PATCH] Fix using blink-cmp package --- 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 64734f3b..1f14b3a6 100644 --- a/modules/wrapper/build/config.nix +++ b/modules/wrapper/build/config.nix @@ -59,7 +59,7 @@ "flutter-tools.dev_tools" ]; }; - inherit (pkgs) blink-cmp; + inherit (inputs.self.legacyPackages.${pkgs.stdenv.system}) blink-cmp; }; buildConfigPlugins = plugins: