aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-04 19:54:37 +0100
committerSoispha <soispha@vhack.eu>2024-01-04 19:54:37 +0100
commite7fc94b87a9580b79f4305c07464c3a65da23867 (patch)
tree22fe16e5a6cd9486d6fb3acb6a1d9da6dd3efce3
parentfix(hm/pkgs/scr/ytcc/yts): Adopt to new ytc input format (diff)
downloadnixos-config-e7fc94b87a9580b79f4305c07464c3a65da23867.zip
fix(hm/pkgs/scr/ytcc/filter_comments.sh): Rename export script to 'comments'
-rw-r--r--hm/soispha/pkgs/scripts.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix
index 84fdfb54..dc562c0d 100644
--- a/hm/soispha/pkgs/scripts.nix
+++ b/hm/soispha/pkgs/scripts.nix
@@ -73,7 +73,7 @@
};
};
filter-comments-scr = sysLib.writeShellScriptWithLibrary {
- name = "filter-comments";
+ name = "comments";
src = ./scripts/specific/ytcc/filter_comments.sh;
dependencies = with pkgs; [jq fmt less locale] ++ [nest_comments-scr];
replacementStrings = {