Skip to content

Commit

Permalink
docs(templates/bevy): update nixpkgs to use the latest darwin_sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Nov 7, 2024
1 parent 28d66fe commit 199aca1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/bevy/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 199aca1

Please sign in to comment.