You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The flake uses darwin.apple_sdk_11_0.callPackage witch is deprecated and result in an evaluation warning:
evaluation warning: darwin.apple_sdk_11_0.callPackage: deprecated and will be removed in Nixpkgs 25.11; see <https://nixos.org/manual/nixpkgs/stable/#sec-darwin> for documentation and migration instructions
According to the docs, apple_sdk_11_0 should be replaced by apple-sdk.
The text was updated successfully, but these errors were encountered:
The flake uses
darwin.apple_sdk_11_0.callPackage
witch is deprecated and result in an evaluation warning:According to the docs,
apple_sdk_11_0
should be replaced byapple-sdk
.The text was updated successfully, but these errors were encountered: