summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-04-13 15:25:04 +0200
committerlassulus <lass@lassul.us>2017-04-13 15:25:04 +0200
commit621758d990ec5c25d797ffb17f2bec4e27d54728 (patch)
tree9f14e016a21e572b75feaf122be6ba0149de8482 /lass
parent34a7e67fe659d2823e536617e64dd71938be1dfd (diff)
l 1 prism: change nickname for #coders Reaktor
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/prism.nix17
1 files changed, 9 insertions, 8 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix
index e5cbacfc..8eecaa35 100644
--- a/lass/1systems/prism.nix
+++ b/lass/1systems/prism.nix
@@ -254,19 +254,20 @@ in {
];
}
{
- krebs.Reaktor.coders = let
- lambdabot = (import (pkgs.fetchFromGitHub {
- owner = "NixOS"; repo = "nixpkgs";
- rev = "a4ec1841da14fc98c5c35cc72242c23bb698d4ac";
- sha256 = "148fpw31s922hxrf28yhrci296f7c7zd81hf0k6zs05rq0i3szgy";
- }) {}).lambdabot;
- in {
- nickname = "reaktor-lass";
+ krebs.Reaktor.coders = {
+ nickname = "Reaktor|lass";
channels = [ "#coders" ];
extraEnviron = {
REAKTOR_HOST = "irc.hackint.org";
};
plugins = with pkgs.ReaktorPlugins; let
+
+ lambdabot = (import (pkgs.fetchFromGitHub {
+ owner = "NixOS"; repo = "nixpkgs";
+ rev = "a4ec1841da14fc98c5c35cc72242c23bb698d4ac";
+ sha256 = "148fpw31s922hxrf28yhrci296f7c7zd81hf0k6zs05rq0i3szgy";
+ }) {}).lambdabot;
+
lambdabotflags = ''
-XStandaloneDeriving -XGADTs -XFlexibleContexts \
-XFlexibleInstances -XMultiParamTypeClasses \