mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
travis-ci: stop abusing hydra now that it pushes directly to cache
This commit is contained in:
parent
88df035818
commit
3069cab2e7
@ -11,11 +11,7 @@ if [[ $1 == nix ]]; then
|
|||||||
|
|
||||||
# Make sure we can use hydra's binary cache
|
# Make sure we can use hydra's binary cache
|
||||||
sudo mkdir /etc/nix
|
sudo mkdir /etc/nix
|
||||||
sudo tee /etc/nix/nix.conf <<EOF >/dev/null
|
sudo echo "build-max-jobs = 4" > /etc/nix/nix.conf
|
||||||
binary-caches = http://cache.nixos.org http://hydra.nixos.org
|
|
||||||
trusted-binary-caches = http://hydra.nixos.org
|
|
||||||
build-max-jobs = 4
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# Verify evaluation
|
# Verify evaluation
|
||||||
echo "=== Verifying that nixpkgs evaluates..."
|
echo "=== Verifying that nixpkgs evaluates..."
|
||||||
|
Loading…
Reference in New Issue
Block a user