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
Fix shell.nix for macOS compatibility and update to NixOS 24.11
- Update from NixOS 25.05 (non-existent) to stable NixOS 24.11
- Fix macOS build failure by properly handling Darwin frameworks
without using deprecated darwin.apple_sdk
- Add Security, CoreFoundation, and SystemConfiguration frameworks
for macOS compatibility
- Simplify Python environment setup for prysk testing, pin to specific
version
- Remove virtual environment in favor of user-space pip installation
This resolves the "darwin.apple_sdk_11_0 has been removed" error
on macOS while maintaining all testing capabilities with prysk.
Fixes#1429
0 commit comments