From afbd54c1817caa5b824743cfc468df58277b364b Mon Sep 17 00:00:00 2001 From: Franck Cuny <59291+fcuny@users.noreply.github.com> Date: Thu, 6 Feb 2025 08:45:49 -0800 Subject: install additional work related tools We're switching architecture too, so ensure we install the correct binaries. --- pkgs/sapi/default.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'pkgs/sapi/default.nix') diff --git a/pkgs/sapi/default.nix b/pkgs/sapi/default.nix index a939685..6b5b6c9 100644 --- a/pkgs/sapi/default.nix +++ b/pkgs/sapi/default.nix @@ -7,13 +7,9 @@ let version = "1.2.4"; sources = { - x86_64-darwin = { - url = "https://artifactory.rbx.com:443/artifactory/generic-rbx-local/sapi-cli/darwin-amd64/v${version}/sapi"; - sha256 = "sha256-Il/aqGzxtI84TdUAz4Fvw8RbAgGBZQPN3MZrOitrpVk="; - }; aarch64-darwin = { url = "https://artifactory.rbx.com:443/artifactory/generic-rbx-local/sapi-cli/darwin-arm64/v${version}/sapi"; - sha256 = "sha256-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx="; # Replace with actual SHA + sha256 = "sha256-rBgYTueVivUd3qM9h6fTq9fc7IKeAky1KXMSnO/uHcY="; }; }; in @@ -41,9 +37,6 @@ stdenv.mkDerivation rec { description = "sapi command-line tool"; homepage = "https://go/sapi"; license = licenses.unfree; - platforms = [ - "x86_64-darwin" - "aarch64-darwin" - ]; + platforms = [ "aarch64-darwin" ]; }; } -- cgit v1.2.3