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

Changed files
+1 -5
maintainers
+1 -5
maintainers/scripts/travis-nox-review-pr.sh
···
# 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..."