diff options
author | lassulus <lassulus@lassul.us> | 2017-07-30 23:59:53 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-30 23:59:53 +0200 |
commit | f4e176347d718569a6d6ceab70c08d479af7999c (patch) | |
tree | 70fcb423aec108c9082b15d730952d359818c9a7 /krebs/5pkgs | |
parent | 6bac9771ccc156806409192ec40e61f07f86faf9 (diff) |
krebs pkgs: remove broken buildbot references
Diffstat (limited to 'krebs/5pkgs')
-rw-r--r-- | krebs/5pkgs/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/krebs/5pkgs/default.nix b/krebs/5pkgs/default.nix index 39e89a4b6..af4cbb3ba 100644 --- a/krebs/5pkgs/default.nix +++ b/krebs/5pkgs/default.nix @@ -15,11 +15,6 @@ foldl' mergeAttrs {} { ReaktorPlugins = self.callPackage ./simple/Reaktor/plugins.nix {}; - buildbot-full = self.callPackage ./simple/buildbot { - plugins = with self.buildbot-plugins; [ www console-view waterfall-view ]; - }; - buildbot-worker = self.callPackage ./simple/buildbot/worker.nix {}; - # https://github.com/proot-me/PRoot/issues/106 proot = self.writeDashBin "proot" '' export PROOT_NO_SECCOMP=1 |