summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/reaktor2-plugins.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-01-27 13:20:55 +0100
committerlassulus <lassulus@lassul.us>2022-01-27 13:20:55 +0100
commite5c8919da86403ab94aacef4308f75998216669b (patch)
treeb703581af7ce23a195e57741beaf771b758144bd /krebs/5pkgs/simple/reaktor2-plugins.nix
parent61f7ba2bddf74f73077e43468e2ba2ef153852c9 (diff)
reaktor2: show dancing krebs
Diffstat (limited to 'krebs/5pkgs/simple/reaktor2-plugins.nix')
-rw-r--r--krebs/5pkgs/simple/reaktor2-plugins.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/krebs/5pkgs/simple/reaktor2-plugins.nix b/krebs/5pkgs/simple/reaktor2-plugins.nix
index 54aaf246..052e389a 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 "$@";
'';
};