diff options
author | lassulus <lassulus@lassul.us> | 2022-01-25 21:47:23 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-01-25 21:47:23 +0100 |
commit | 37a3ec294857d911f98d032a4cd3b69e50ae54ba (patch) | |
tree | dccc34d57ae773cbd9c9635af2089b5154d53901 /krebs/5pkgs | |
parent | f78f3c701b31e08c39c767434e27d5a4a3861247 (diff) |
teach reaktor2 how to dance
Diffstat (limited to 'krebs/5pkgs')
-rw-r--r-- | krebs/5pkgs/simple/reaktor2-plugins.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/krebs/5pkgs/simple/reaktor2-plugins.nix b/krebs/5pkgs/simple/reaktor2-plugins.nix index e23b14a23..54aaf246a 100644 --- a/krebs/5pkgs/simple/reaktor2-plugins.nix +++ b/krebs/5pkgs/simple/reaktor2-plugins.nix @@ -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 |