azure-static-sites-client: fix runtimeId for x86_64-darwin

json file uses osx-x64 not macOS
This commit is contained in:
annalee 2024-04-05 02:19:33 +00:00
parent 86485bebac
commit a62eb3290d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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 {