diff options
author | Soispha <soispha@vhack.eu> | 2024-01-06 21:55:58 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-06 21:55:58 +0100 |
commit | 458f53234587c29aefea2c41f869097d020816bf (patch) | |
tree | e0581ddbe23a6cb5c7e631487403e21215c0a877 /hm/soispha/pkgs/scripts.nix | |
parent | fix(hm/pkgs/scr/specific/ytcc/yts): Actually make the subcommands optional (diff) | |
download | nixos-config-458f53234587c29aefea2c41f869097d020816bf.zip |
feat(hm/pkgs/scr/specific/ytcc/description): Add command to display description
Diffstat (limited to 'hm/soispha/pkgs/scripts.nix')
-rw-r--r-- | hm/soispha/pkgs/scripts.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix index 7babfae2..c425e9df 100644 --- a/hm/soispha/pkgs/scripts.nix +++ b/hm/soispha/pkgs/scripts.nix @@ -75,6 +75,13 @@ ''; }; }; + description-scr = write_shell { + name = "description"; + path = "specific/ytcc"; + dependencies = builtins.attrValues { + inherit (pkgs) jq fmt less locale; + }; + }; filter-comments-scr = sysLib.writeShellScriptWithLibrary { name = "comments"; src = ./scripts/specific/ytcc/filter_comments.sh; @@ -251,6 +258,7 @@ in [ # llp-scr # TODO: see above aumo-scr con2pdf-scr + description-scr filter-comments-scr fupdate-scr hibernate-scr |