teach reaktor2 how to dance

This commit is contained in:
lassulus 2022-01-25 21:47:23 +01:00
parent f78f3c701b
commit 37a3ec2948
2 changed files with 11 additions and 1 deletions

View File

@ -95,7 +95,7 @@ let
}
hooks.sed
(generators.command_hook {
inherit (commands) random-emoji nixos-version;
inherit (commands) dance random-emoji nixos-version;
tell = {
filename =
<stockholm/krebs/5pkgs/simple/Reaktor/scripts/tell-on_privmsg.sh>;

View File

@ -21,6 +21,16 @@ rec {
};
};
dance = {
filename = pkgs.writeDash "dance" ''
echo "<(^.^<)"
echo "<(^.^)>"
echo "(>^.^)>"
echo "(7^.^)7"
echo "(>^.^<)"
'';
};
nixos-version = {
filename = pkgs.writeDash "nixos-version" ''
. /etc/os-release