Skip to content

Commit

Permalink
Merge pull request #308479 from BatteredBunny/continue-darwin
Browse files Browse the repository at this point in the history
vscode-extensions.continue.continue: fix darwin build
  • Loading branch information
superherointj authored May 2, 2024
2 parents 50a655b + 2af9d2e commit 7ce5259
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 7ce5259

Please sign in to comment.