claude-code: remove x86_64-darwin
Nixpkgs 26.11 has dropped support for x86_64-darwin, so the platform can no longer be evaluated. Assisted-by: Claude Code (Claude Opus 4.8)
This commit is contained in:
@@ -97,7 +97,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
platforms = [
|
||||
"aarch64-darwin"
|
||||
"x86_64-darwin"
|
||||
"aarch64-linux"
|
||||
"x86_64-linux"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user