about summary refs log tree commit diff
path: root/pkgs/development/tools/azure-static-sites-client
diff options
context:
space:
mode:
authora-n-n-a-l-e-e <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-04-05 17:22:37 -0700
committerGitHub <noreply@github.com>2024-04-05 17:22:37 -0700
commit1b8b447c894ada7ce12cc357eebe0ed0062f7a2a (patch)
treed875aa627d1d13803aa2eef0ca71f7bfce38fbf8 /pkgs/development/tools/azure-static-sites-client
parent3800332e7cd4c60b01a5d9df8ed33a606f134db2 (diff)
parenta62eb3290dc50c548ff41548fb783ee078b233c9 (diff)
Merge pull request #301702 from a-n-n-a-l-e-e/azure-macos-fix
azure-static-sites-client: fix runtimeId for x86_64-darwin
Diffstat (limited to 'pkgs/development/tools/azure-static-sites-client')
-rw-r--r--pkgs/development/tools/azure-static-sites-client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/azure-static-sites-client/default.nix b/pkgs/development/tools/azure-static-sites-client/default.nix
index 08e56de7335b2..452976b7282a6 100644
--- a/pkgs/development/tools/azure-static-sites-client/default.nix
+++ b/pkgs/development/tools/azure-static-sites-client/default.nix
@@ -21,7 +21,7 @@ let
   };
   sources = {
     "x86_64-linux" = fetchBinary "linux-x64";
-    "x86_64-darwin" = fetchBinary "macOS";
+    "x86_64-darwin" = fetchBinary "osx-x64";
   };
 in
 stdenv.mkDerivation {