l 1 prism: change nickname for #coders Reaktor

This commit is contained in:
lassulus 2017-04-13 15:25:04 +02:00
parent 34a7e67fe6
commit 621758d990

View File

@ -254,19 +254,20 @@ in {
]; ];
} }
{ {
krebs.Reaktor.coders = let krebs.Reaktor.coders = {
lambdabot = (import (pkgs.fetchFromGitHub { nickname = "Reaktor|lass";
owner = "NixOS"; repo = "nixpkgs";
rev = "a4ec1841da14fc98c5c35cc72242c23bb698d4ac";
sha256 = "148fpw31s922hxrf28yhrci296f7c7zd81hf0k6zs05rq0i3szgy";
}) {}).lambdabot;
in {
nickname = "reaktor-lass";
channels = [ "#coders" ]; channels = [ "#coders" ];
extraEnviron = { extraEnviron = {
REAKTOR_HOST = "irc.hackint.org"; REAKTOR_HOST = "irc.hackint.org";
}; };
plugins = with pkgs.ReaktorPlugins; let plugins = with pkgs.ReaktorPlugins; let
lambdabot = (import (pkgs.fetchFromGitHub {
owner = "NixOS"; repo = "nixpkgs";
rev = "a4ec1841da14fc98c5c35cc72242c23bb698d4ac";
sha256 = "148fpw31s922hxrf28yhrci296f7c7zd81hf0k6zs05rq0i3szgy";
}) {}).lambdabot;
lambdabotflags = '' lambdabotflags = ''
-XStandaloneDeriving -XGADTs -XFlexibleContexts \ -XStandaloneDeriving -XGADTs -XFlexibleContexts \
-XFlexibleInstances -XMultiParamTypeClasses \ -XFlexibleInstances -XMultiParamTypeClasses \