summaryrefslogtreecommitdiffstats
path: root/lass/2configs/reaktor-coders.nix
diff options
context:
space:
mode:
authorlassulus <lass@blue.r>2018-09-08 22:36:20 +0200
committerlassulus <lass@blue.r>2018-09-08 22:36:20 +0200
commitb3bb832f49bb73620e60f337c99692f6354da16d (patch)
tree03385140dceae69538db283482cc618cbdcf7c52 /lass/2configs/reaktor-coders.nix
parent136d7c2f41815eaa51221bfd13c7ff514a39ed73 (diff)
l reaktor-coders: add !flip
Diffstat (limited to 'lass/2configs/reaktor-coders.nix')
-rw-r--r--lass/2configs/reaktor-coders.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lass/2configs/reaktor-coders.nix b/lass/2configs/reaktor-coders.nix
index 86877df7..9365582b 100644
--- a/lass/2configs/reaktor-coders.nix
+++ b/lass/2configs/reaktor-coders.nix
@@ -106,6 +106,12 @@ with import <stockholm/lib>;
exec echo '¯\_(ツ)_/¯'
'';
})
+ (buildSimpleReaktorPlugin "flip" {
+ pattern = "^!flip$";
+ script = pkgs.writeDash "shrug" ''
+ exec echo '(╯°□°)╯ ┻━┻'
+ '';
+ })
];
};
}