mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
travis-ci: fix /etc/nix/nix.conf population
This commit is contained in:
parent
850a1a3323
commit
fe09260465
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user