From 6eb1c5bf19dc8bf26ba4e5a3dd69244b664fa3c8 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 2 Mar 2016 09:02:48 -0500 Subject: [PATCH] Remove PERL_LWP_SSL_CA_FILE. Real fix is NixOS/nixpkgs@bd7f379a3f4d661a0ae611e7ca4d7d85297f13d7 --- hydra-module.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hydra-module.nix b/hydra-module.nix index 085529c5..059769fa 100644 --- a/hydra-module.nix +++ b/hydra-module.nix @@ -20,7 +20,6 @@ let { NIX_REMOTE = "daemon"; SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; OPENSSL_X509_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; # FIXME: remove on NixOS >= 15.07 - PERL_LWP_SSL_CA_FILE = "/etc/ssl/certs/ca-certificates.crt"; PGPASSFILE = "${baseDir}/pgpass"; } // hydraEnv // cfg.extraEnv;