1
1
Fork 0

Fix yt-dlp argument quoting

This commit is contained in:
Tim Van Baak 2023-11-22 19:05:15 +00:00
parent d553d80270
commit eeb694b08c
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
extraGroups = [ "nas" ];
packages = [
(pkgs.writeShellScriptBin "yt-dlp" ''
exec $HOME/.env/bin/yt-dlp $@
exec $HOME/.env/bin/yt-dlp "$@"
'')
];
};