Add ruby and bundler Nix packages for CI to fix android-e2e CI job

This commit is contained in:
Pedro Pombeiro 2019-03-19 19:46:52 +01:00
parent 214131a5b3
commit 3b9123d482
No known key found for this signature in database
GPG Key ID: C4A24185B2AA48A1
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ def nix_sh(cmd) {
sh """
. ~/.nix-profile/etc/profile.d/nix.sh && \\
nix-shell \'${env.WORKSPACE}/default.nix\' --argstr target-os \'${env.TARGET_PLATFORM}\' \\
--run \'${cmd}\'
--run \'${cmd}\'
"""
}

View File

@ -12,7 +12,7 @@ let
in
{
buildInputs = [ bundler ] ++
buildInputs = [ bundler ruby ] ++ ## bundler/ruby used for fastlane
lib.optional targetAndroid [
android-ndk
openjdk