new script wrap
This commit is contained in:
parent
d77cca2699
commit
f53cdaf508
@ -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 ]}
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user