diff options
author | lassulus <lassulus@lassul.us> | 2022-01-27 13:20:55 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-01-27 13:20:55 +0100 |
commit | e5c8919da86403ab94aacef4308f75998216669b (patch) | |
tree | b703581af7ce23a195e57741beaf771b758144bd /krebs/5pkgs/simple/reaktor2-plugins.nix | |
parent | 61f7ba2bddf74f73077e43468e2ba2ef153852c9 (diff) |
reaktor2: show dancing krebs
Diffstat (limited to 'krebs/5pkgs/simple/reaktor2-plugins.nix')
-rw-r--r-- | krebs/5pkgs/simple/reaktor2-plugins.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/krebs/5pkgs/simple/reaktor2-plugins.nix b/krebs/5pkgs/simple/reaktor2-plugins.nix index 54aaf246a..052e389a6 100644 --- a/krebs/5pkgs/simple/reaktor2-plugins.nix +++ b/krebs/5pkgs/simple/reaktor2-plugins.nix @@ -23,11 +23,7 @@ rec { dance = { filename = pkgs.writeDash "dance" '' - echo "<(^.^<)" - echo "<(^.^)>" - echo "(>^.^)>" - echo "(7^.^)7" - echo "(>^.^<)" + ${pkgs.krebsdance}/bin/krebsdance --dance "$@"; ''; }; |