Skip to content

Commit 63c032c

Browse files
authored
flake: fix using blink-cmp package (#632)
1 parent 6e7e91f commit 63c032c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/wrapper/build/config.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"flutter-tools.dev_tools"
6060
];
6161
};
62-
inherit (pkgs) blink-cmp;
62+
inherit (inputs.self.legacyPackages.${pkgs.stdenv.system}) blink-cmp;
6363
};
6464

6565
buildConfigPlugins = plugins:

0 commit comments

Comments
 (0)