Commit 2af9d2ef authored by BatteredBunny's avatar BatteredBunny
Browse files

vscode-extensions.continue.continue: fix darwin build

parent 9ee8e1ef
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";