vscode-extensions.continue.continue: fix darwin build

This commit is contained in:
BatteredBunny
2024-05-02 12:17:59 +03:00
parent 9ee8e1eff0
commit 2af9d2ef09
@@ -970,7 +970,7 @@ let
version = "0.8.25";
}
// sources.${stdenv.system};
nativeBuildInputs = [ autoPatchelfHook ];
nativeBuildInputs = lib.optionals stdenv.isLinux [ autoPatchelfHook ];
buildInputs = [ stdenv.cc.cc.lib ];
meta = {
description = "Open-source autopilot for software development - bring the power of ChatGPT to your IDE";