docs(templates/bevy): update nixpkgs to use the latest darwin_sdk

This commit is contained in:
Ryan Yin
2024-11-07 15:30:12 +08:00
parent 28d66fef04
commit 199aca18d1

View File

@@ -64,9 +64,8 @@
libxkbcommon
wayland # To use the wayland feature
])
# https://discourse.nixos.org/t/develop-shell-environment-setup-for-macos/11399
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable-small/pkgs/os-specific/darwin/apple-sdk/frameworks.nix
++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [
# https://discourse.nixos.org/t/the-darwin-sdks-have-been-updated/55295/1
apple-sdk_15
]);
LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs;