chore: remove obsolete darwin depedencies
What changed, and why it matters
This commit removes unused Apple macOS framework dependencies from the project's Nix shell environment file. It is a routine cleanup with no apparent security relevance.
No security action needed. Treat as ordinary maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change deletes ten darwin.apple_sdk.frameworks entries and darwin.libobjc from the macOS-specific dependency list in shell.nix, leaving only libiconv. The commit title labels it as ‘chore: remove obsolete darwin depedencies’. There is no code logic change, no firmware change, and no patch to runtime behavior.
Changed components
shell.nixInspect captured patch +0 / −10
diff --git a/shell.nix b/shell.nix
index 6d17e165f..ae07db685 100644
--- a/shell.nix
+++ b/shell.nix
@@ -119,16 +119,6 @@ stdenvNoCC.mkDerivation ({
procps
valgrind
] ++ lib.optionals (stdenv.isDarwin) [
- darwin.apple_sdk.frameworks.CoreAudio
- darwin.apple_sdk.frameworks.AudioToolbox
- darwin.apple_sdk.frameworks.ForceFeedback
- darwin.apple_sdk.frameworks.CoreVideo
- darwin.apple_sdk.frameworks.Cocoa
- darwin.apple_sdk.frameworks.Carbon
- darwin.apple_sdk.frameworks.IOKit
- darwin.apple_sdk.frameworks.QuartzCore
- darwin.apple_sdk.frameworks.Metal
- darwin.libobjc
libiconv
] ++ lib.optionals hardwareTest [
uhubctl
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.