diff options
| author | lassulus <git@lassul.us> | 2026-01-11 21:29:52 +0100 |
|---|---|---|
| committer | lassulus <git@lassul.us> | 2026-01-11 21:29:52 +0100 |
| commit | 606b0ba6d7c6d8f782a4e2b2f4fe26bec909de7c (patch) | |
| tree | 976c6fffe667cdc66f7e946c86c2dcdbf06aa5d5 /krebs | |
| parent | 6812dc19447ff8c6845712f7be7046b6e833e93b (diff) | |
reaktor2: update script paths after Reaktor rename
The directory was renamed from Reaktor to reaktor2-plugins.
Diffstat (limited to 'krebs')
| -rw-r--r-- | krebs/2configs/reaktor2.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index faabf7677..e7d348d50 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -293,7 +293,7 @@ let { activate = "always"; command = { - filename = ../5pkgs/simple/Reaktor/scripts/tell-on_join.sh; + filename = ../5pkgs/simple/reaktor2-plugins/scripts/tell-on_join.sh; env = { PATH = makeBinPath [ pkgs.coreutils # XXX env, touch @@ -415,7 +415,7 @@ let (generators.command_hook { inherit (commands) dance random-emoji nixos-version; tell = { - filename = ../5pkgs/simple/Reaktor/scripts/tell-on_privmsg.sh; + filename = ../5pkgs/simple/reaktor2-plugins/scripts/tell-on_privmsg.sh; env = { PATH = makeBinPath [ pkgs.coreutils # XXX date, env |
