diff options
author | lassulus <lassulus@lassul.us> | 2021-09-14 19:10:16 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-09-14 20:32:51 +0200 |
commit | e7d5d990837981496fd8883c85391132200a5319 (patch) | |
tree | 6fa8b03b3bfdff44cd48c4c70a542e4fddbb77c2 /krebs/2configs/reaktor2.nix | |
parent | 04ba40838dc4d3b644bf8af2d4da7c0ea417e7c4 (diff) |
rip Reaktor
Diffstat (limited to 'krebs/2configs/reaktor2.nix')
-rw-r--r-- | krebs/2configs/reaktor2.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index 4a33c33ec..79822668b 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -47,7 +47,7 @@ let activate = "always"; command = { filename = - "${pkgs.Reaktor.src}/reaktor/commands/tell-on_join"; + <stockholm/krebs/5pkgs/simple/Reaktor/scripts/tell-on_join.sh>; env = { PATH = makeBinPath [ pkgs.coreutils # XXX env, touch @@ -95,10 +95,10 @@ let } hooks.sed (generators.command_hook { - inherit (commands) hello random-emoji nixos-version; + inherit (commands) random-emoji nixos-version; tell = { filename = - "${pkgs.Reaktor.src}/reaktor/commands/tell-on_privmsg"; + <stockholm/krebs/5pkgs/simple/Reaktor/scripts/tell-on_privmsg.sh>; env = { PATH = makeBinPath [ pkgs.coreutils # XXX date, env |