From 0155fc32e1b79bc25fdfc81ee8460438b70ba128 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 15 Nov 2016 23:26:55 +0100 Subject: k 5: override buildbot --- krebs/5pkgs/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'krebs/5pkgs/default.nix') diff --git a/krebs/5pkgs/default.nix b/krebs/5pkgs/default.nix index 876f8b9a..c1ec0f33 100644 --- a/krebs/5pkgs/default.nix +++ b/krebs/5pkgs/default.nix @@ -38,6 +38,12 @@ with import ; ReaktorPlugins = callPackage ./Reaktor/plugins.nix {}; + buildbot = callPackage ./buildbot {}; + buildbot-full = callPackage ./buildbot { + plugins = with pkgs.buildbot-plugins; [ www console-view waterfall-view ]; + }; + buildbot-worker = callPackage ./buildbot/worker.nix {}; + # XXX symlinkJoin changed arguments somewhere around nixpkgs d541e0d symlinkJoin = { name, paths, ... }@args: let x = pkgs.symlinkJoin args; -- cgit v1.2.3