Unverified Commit 7ce52593 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #308479 from BatteredBunny/continue-darwin

vscode-extensions.continue.continue: fix darwin build
parents 50a655b9 2af9d2ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";