leetgpu: remove x86_64-darwin

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-07-07 21:25:35 -07:00
parent 97ce2b3225
commit 91024213c3
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -26,11 +26,6 @@ let
url = "https://cli.leetgpu.com/dist/${version}/leetgpu-macos-arm64";
hash = "sha256-B1Sdyw+6fDBKS3PsINmiNA9PnOtEpDZiodFPsx+qk1Y=";
};
x86_64-darwin = fetchurl {
url = "https://cli.leetgpu.com/dist/${version}/leetgpu-macos-amd64";
hash = "sha256-Iw2w0qDddM38OE37mVZ4krRTqjKGhXPxZSCav+oM1ac=";
};
};
src = srcs.${stdenvNoCC.hostPlatform.system} or throwSystem;
-1
View File
@@ -16,7 +16,6 @@ update-source-version leetgpu $latestVersion || true
for system in \
x86_64-linux \
aarch64-linux \
x86_64-darwin \
aarch64-darwin; do
hash=$(nix store prefetch-file --json --hash-type sha256 \
$(nix-instantiate --eval --raw -E "with import ./. {}; leetgpu.src.url" --system "$system") | jq -r '.hash')