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

@ -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