diff options
author | makefu <github@syntax-fehler.de> | 2016-01-18 17:23:54 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-18 17:23:54 +0100 |
commit | 043047d7e651dba88a6b355df7f931bcc89047ec (patch) | |
tree | 4cffb5322abbae410f507ba7131d52b349cfbb31 /krebs/5pkgs/test/infest-cac-centos7/default.nix | |
parent | 7cf54a1d791fff716968a145feb55f28b84aef76 (diff) | |
parent | a3d2a86e38c4c9cf710be041e94791f046493f01 (diff) |
Merge remote-tracking branch 'gum/fix-cert' into fix-cert
Diffstat (limited to 'krebs/5pkgs/test/infest-cac-centos7/default.nix')
-rw-r--r-- | krebs/5pkgs/test/infest-cac-centos7/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/krebs/5pkgs/test/infest-cac-centos7/default.nix b/krebs/5pkgs/test/infest-cac-centos7/default.nix index 7f2e3f231..b4e1e3987 100644 --- a/krebs/5pkgs/test/infest-cac-centos7/default.nix +++ b/krebs/5pkgs/test/infest-cac-centos7/default.nix @@ -28,7 +28,8 @@ stdenv.mkDerivation rec { cp ${src} $out/bin/${shortname} chmod +x $out/bin/${shortname} wrapProgram $out/bin/${shortname} \ - --prefix PATH : ${path} + --prefix PATH : ${path} \ + --set SSL_CERT_FILE ${./panel.cloudatcost.com.crt} ''; meta = with stdenv.lib; { homepage = http://krebsco.de; |