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
This commit is contained in:
a-n-n-a-l-e-e 2024-04-05 17:22:37 -07:00 committed by GitHub
commit 1b8b447c89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 {