Add ruby and bundler Nix packages for CI to fix android-e2e CI job
This commit is contained in:
parent
214131a5b3
commit
3b9123d482
|
@ -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}\'
|
||||
"""
|
||||
}
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ let
|
|||
|
||||
in
|
||||
{
|
||||
buildInputs = [ bundler ] ++
|
||||
buildInputs = [ bundler ruby ] ++ ## bundler/ruby used for fastlane
|
||||
lib.optional targetAndroid [
|
||||
android-ndk
|
||||
openjdk
|
||||
|
|
Loading…
Reference in New Issue