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 """
|
sh """
|
||||||
. ~/.nix-profile/etc/profile.d/nix.sh && \\
|
. ~/.nix-profile/etc/profile.d/nix.sh && \\
|
||||||
nix-shell \'${env.WORKSPACE}/default.nix\' --argstr target-os \'${env.TARGET_PLATFORM}\' \\
|
nix-shell \'${env.WORKSPACE}/default.nix\' --argstr target-os \'${env.TARGET_PLATFORM}\' \\
|
||||||
--run \'${cmd}\'
|
--run \'${cmd}\'
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ let
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
buildInputs = [ bundler ] ++
|
buildInputs = [ bundler ruby ] ++ ## bundler/ruby used for fastlane
|
||||||
lib.optional targetAndroid [
|
lib.optional targetAndroid [
|
||||||
android-ndk
|
android-ndk
|
||||||
openjdk
|
openjdk
|
||||||
|
|
Loading…
Reference in New Issue