travis-ci: fix /etc/nix/nix.conf population

This commit is contained in:
Domen Kožar 2016-02-28 19:17:52 +00:00
parent 850a1a3323
commit fe09260465

View file

@ -11,7 +11,7 @@ if [[ $1 == nix ]]; then
# Make sure we can use hydra's binary cache
sudo mkdir /etc/nix
sudo echo "build-max-jobs = 4" > /etc/nix/nix.conf
sudo sh -c 'echo "build-max-jobs = 4" > /etc/nix/nix.conf'
# Verify evaluation
echo "=== Verifying that nixpkgs evaluates..."