diff options
author | lassulus <lassulus@lassul.us> | 2020-11-03 20:56:36 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-11-03 20:56:36 +0100 |
commit | 975138fc175e4d559e271beed52e8bf2ced47393 (patch) | |
tree | d806a4ea6b188f50f8911331dc14b9ea5a210eb2 /krebs/2configs/reaktor2.nix | |
parent | 88b343292bf15269d1df3dd23198fa90c97ef485 (diff) |
reaktor2: disable stockholm issue cause lentil is broken
Diffstat (limited to 'krebs/2configs/reaktor2.nix')
-rw-r--r-- | krebs/2configs/reaktor2.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index b80198b03..473028f95 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"; |