travis-ci: stop abusing hydra now that it pushes directly to cache

This commit is contained in:
Domen Kožar 2016-02-28 08:25:08 +00:00
parent 88df035818
commit 3069cab2e7

View File

@ -11,11 +11,7 @@ if [[ $1 == nix ]]; then
# Make sure we can use hydra's binary cache
sudo mkdir /etc/nix
sudo tee /etc/nix/nix.conf <<EOF >/dev/null
binary-caches = http://cache.nixos.org http://hydra.nixos.org
trusted-binary-caches = http://hydra.nixos.org
build-max-jobs = 4
EOF
sudo echo "build-max-jobs = 4" > /etc/nix/nix.conf
# Verify evaluation
echo "=== Verifying that nixpkgs evaluates..."