Remove SSL_CERT_FILE

This was slated to be removed with Nix 16.03. We're now in 20.03, so
it's good to clean that up a bit.
This commit is contained in:
Nikola Knezevic 2020-06-05 18:53:15 +02:00
parent 56b1660c4d
commit e5c757e219

View file

@ -18,7 +18,6 @@ let
env =
{ NIX_REMOTE = "daemon";
SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; # Remove in 16.03
PGPASSFILE = "${baseDir}/pgpass";
NIX_REMOTE_SYSTEMS = concatStringsSep ":" cfg.buildMachinesFiles;
} // optionalAttrs (cfg.smtpHost != null) {