No reason to put the CA cert in a directory.

Make it toplevel.
This commit is contained in:
niten 2021-11-15 13:26:54 -08:00
parent 9861c4e400
commit 8d2ed3a1a5
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ in stdenv.mkDerivation {
phases = [ "installPhase" ];
installPhase = ''
mkdir -pv $out
cp -v $src $out/ca.pem
cp -v $src $out
'';
meta = {