Merge pull request #61168 from matthewbauer/release-cross-fixes

release-cross.nix changes/fixes
This commit is contained in:
Matthew Bauer
2019-06-03 20:13:43 -04:00
committed by GitHub
4 changed files with 7 additions and 10 deletions
@@ -26,7 +26,7 @@ let
# Determine the Android os identifier from Nix's system identifier
os = if stdenv.system == "x86_64-linux" then "linux"
else if stdenv.system == "x86_64-darwin" then "macosx"
else throw "No tarballs found for system architecture: ${stdenv.system}";
else throw "No Android SDK tarballs are available for system architecture: ${stdenv.system}";
# Generated Nix packages
packages = import ./generated/packages.nix {