civodul pushed a commit to tag 1.8
in repository guix.

commit 2ea2703fe987d57ff189d7a924c64f03f65170c1
Author: Eelco Dolstra <[email protected]>
Date:   Tue Jul 29 17:12:15 2014 +0200

    install-nix-from-closure.sh: Install cacert
---
 scripts/install-nix-from-closure.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/scripts/install-nix-from-closure.sh 
b/scripts/install-nix-from-closure.sh
index 5770c73..0a2890e 100644
--- a/scripts/install-nix-from-closure.sh
+++ b/scripts/install-nix-from-closure.sh
@@ -77,6 +77,9 @@ if ! $nix/bin/nix-channel --list | grep -q "^nixpkgs "; then
 fi
 $nix/bin/nix-channel --update nixpkgs
 
+# Install an SSL certificate bundle.
+$nix/bin/nix-env -iA nixpkgs.cacert || true
+
 # Make the shell source nix.sh during login.
 p=$NIX_LINK/etc/profile.d/nix.sh
 

Reply via email to