Skip to content

Commit

Permalink
chore: add more darwin overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 16, 2024
1 parent 167ecba commit 4b1007a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let
inherit python;
stdenv = pkgs.stdenv.override {
targetPlatform = pkgs.stdenv.targetPlatform // {
darwinSdkVersion = "12.0";
darwinSdkVersion = "10.16";
};
};
}).overrideScope
Expand Down

0 comments on commit 4b1007a

Please sign in to comment.