mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
travis build: Make curl silent (but report errors)
This commit is contained in:
parent
5e6b9c47a5
commit
9fc5cc6576
|
@ -1,6 +1,8 @@
|
|||
#! /usr/bin/env bash
|
||||
set -e
|
||||
|
||||
export NIX_CURL_FLAGS=-sS
|
||||
|
||||
# Install Nix
|
||||
bash <(curl https://nixos.org/nix/install)
|
||||
source $HOME/.nix-profile/etc/profile.d/nix.sh
|
||||
|
|
Loading…
Reference in a new issue