summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-11-03 20:56:36 +0100
committerlassulus <lassulus@lassul.us>2020-11-03 20:56:36 +0100
commit975138fc175e4d559e271beed52e8bf2ced47393 (patch)
treed806a4ea6b188f50f8911331dc14b9ea5a210eb2
parent88b343292bf15269d1df3dd23198fa90c97ef485 (diff)
reaktor2: disable stockholm issue cause lentil is broken
-rw-r--r--krebs/2configs/reaktor2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix
index b80198b0..473028f9 100644
--- a/krebs/2configs/reaktor2.nix
+++ b/krebs/2configs/reaktor2.nix
@@ -95,7 +95,7 @@ let
}
hooks.sed
(generators.command_hook {
- inherit (commands) hello random-emoji nixos-version stockholm-issue;
+ inherit (commands) hello random-emoji nixos-version;
tell = {
filename =
"${pkgs.Reaktor.src}/reaktor/commands/tell-on_privmsg";