nixos-install: fix SSL certificate error

This commit is contained in:
Nikolay Amiantov
2016-05-20 15:30:56 +03:00
parent ca38376566
commit 1193790b95
2 changed files with 5 additions and 6 deletions
+1
View File
@@ -23,6 +23,7 @@ let
inherit (pkgs) perl pathsFromGraph;
nix = config.nix.package.out;
cacert = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
nixClosure = pkgs.runCommand "closure"
{ exportReferencesGraph = ["refs" config.nix.package.out]; }