catacomb: Add an updatable yt-dlp
This commit is contained in:
parent
298b91f83f
commit
a0979abb57
|
@ -164,6 +164,11 @@
|
|||
users.users.tvb = {
|
||||
uid = 1001;
|
||||
extraGroups = [ "nas" ];
|
||||
packages = [
|
||||
(pkgs.writeShellScriptBin "yt-dlp" ''
|
||||
exec $HOME/.env/bin/yt-dlp $@
|
||||
'')
|
||||
];
|
||||
};
|
||||
|
||||
users.users.katydid = {
|
||||
|
|
Loading…
Reference in New Issue