Skip to content

Commit

Permalink
wip(libs): set apple SDK version to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Nov 10, 2024
1 parent 34cda5a commit 09fa33e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
devShells.default = pkgs.mkShell {
packages = with pkgs; [
apple-sdk_11
apple-sdk_12
autoconf
clang
coreutils
Expand Down Expand Up @@ -61,8 +61,8 @@
];

shellHook = ''
export MACOSX_DEPLOYMENT_TARGET="11.0"
export DEVELOPER_DIR="${pkgs.apple-sdk_11}"
export MACOSX_DEPLOYMENT_TARGET="12.0"
export DEVELOPER_DIR="${pkgs.apple-sdk_12}"
export EMACS_BUILD_USE_NIX="true"
export NIX_GCC_LIB_VERSION="${pkgs.gcc.cc.lib.version}"
export NIX_GCC_LIB_ROOT="${pkgs.gcc.cc.lib.outPath}"
Expand Down

0 comments on commit 09fa33e

Please sign in to comment.