Skip to content

Commit

Permalink
vscode-extensions.continue.continue: fix darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
BatteredBunny committed May 2, 2024
1 parent 9ee8e1e commit 2af9d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 2af9d2e

Please sign in to comment.