mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-05 20:41:40 +02:00
docs(templates/bevy): update nixpkgs to use the latest darwin_sdk
This commit is contained in:
@@ -64,9 +64,8 @@
|
|||||||
libxkbcommon
|
libxkbcommon
|
||||||
wayland # To use the wayland feature
|
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 [
|
++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [
|
||||||
|
# https://discourse.nixos.org/t/the-darwin-sdks-have-been-updated/55295/1
|
||||||
apple-sdk_15
|
apple-sdk_15
|
||||||
]);
|
]);
|
||||||
LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs;
|
LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs;
|
||||||
|
|||||||
Reference in New Issue
Block a user