No reason to put the CA cert in a directory.
Make it toplevel.
This commit is contained in:
parent
9861c4e400
commit
8d2ed3a1a5
|
@ -17,8 +17,7 @@ in stdenv.mkDerivation {
|
|||
phases = [ "installPhase" ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -pv $out
|
||||
cp -v $src $out/ca.pem
|
||||
cp -v $src $out
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in New Issue