forked from mirrors/nixpkgs
nixos/luksroot: Reference correct output of openssl
This commit is contained in:
parent
0eb827918d
commit
2ea72fa9c8
|
@ -443,7 +443,7 @@ in
|
|||
copy_bin_and_libs pbkdf2-sha512
|
||||
|
||||
mkdir -p $out/etc/ssl
|
||||
cp -pdv ${pkgs.openssl}/etc/ssl/openssl.cnf $out/etc/ssl
|
||||
cp -pdv ${pkgs.openssl.out}/etc/ssl/openssl.cnf $out/etc/ssl
|
||||
|
||||
cat > $out/bin/openssl-wrap <<EOF
|
||||
#!$out/bin/sh
|
||||
|
|
Loading…
Reference in a new issue