Fix yt-dlp argument quoting
This commit is contained in:
parent
d553d80270
commit
eeb694b08c
|
@ -166,7 +166,7 @@
|
||||||
extraGroups = [ "nas" ];
|
extraGroups = [ "nas" ];
|
||||||
packages = [
|
packages = [
|
||||||
(pkgs.writeShellScriptBin "yt-dlp" ''
|
(pkgs.writeShellScriptBin "yt-dlp" ''
|
||||||
exec $HOME/.env/bin/yt-dlp $@
|
exec $HOME/.env/bin/yt-dlp "$@"
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue