new script wrap

This commit is contained in:
CronyAkatsuki 2024-04-24 15:12:55 +02:00
parent d77cca2699
commit f53cdaf508

View File

@ -30,5 +30,8 @@ stdenv.mkDerivation {
# Add dependencies to the runtime for my sync-backup script
wrapProgram $out/bin/sync-backup \
--prefix PATH : ${lib.makeBinPath [ rsync cryptsetup ]}
wrapProgram $out/bin/megadl \
--prefix PATH : ${lib.makeBinPath [ openssl ]}
'';
}