bin/{wall,write}: init
Build and test / check (push) Successful in 1m9s
Build and test / build (push) Successful in 1m58s
Build and test / test (push) Failing after 4m6s
Build and test / docs (push) Successful in 5m57s

This commit is contained in:
2026-07-28 18:23:51 +09:00
parent 324fecbfb2
commit f2676d202d
6 changed files with 333 additions and 1 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ buildFunction ({
installShellCompletion "--${shell}" --cmd "${command}" "$TMP/${command}.${shell}"
'') {
shell = [ "bash" "zsh" "fish" ];
command = [ "rwho" "ruptime" "finger" ];
command = [ "rwho" "ruptime" "finger" "wall" "write" ];
};
in lib.concatStringsSep "\n" installShellCompletions;