This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# generated using pypi2nix tool (version: 1.8.0) | |
# See more at: https://github.com/garbas/pypi2nix | |
# | |
# COMMAND: | |
# pypi2nix -V 2.7 -e mrjob | |
# | |
{ pkgs ? import <nixpkgs> {} | |
}: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export REMOTE_URL="http://XXXX:[email protected]:80/wd/hub" | |
export ZSERVER_HOST="0.0.0.0" | |
DESIRED_CAPABILITIES=$(cat <<EOF | python - | |
import os | |
SELENIUM_DRIVER = os.environ.get('SELENIUM_DRIVER') | |
DESIRED_CAPABILITIES = '' | |
for item in SELENIUM_DRIVER.split('?', 1)[1].split('&') | |
DESIRED_CAPABILITIES += ',' |