1
1
Fork 0

catacomb: Add an updatable yt-dlp

This commit is contained in:
Tim Van Baak 2023-09-17 03:24:22 +00:00
parent 298b91f83f
commit a0979abb57
1 changed files with 5 additions and 0 deletions

View File

@ -164,6 +164,11 @@
users.users.tvb = { users.users.tvb = {
uid = 1001; uid = 1001;
extraGroups = [ "nas" ]; extraGroups = [ "nas" ];
packages = [
(pkgs.writeShellScriptBin "yt-dlp" ''
exec $HOME/.env/bin/yt-dlp $@
'')
];
}; };
users.users.katydid = { users.users.katydid = {