summaryrefslogtreecommitdiffstats
path: root/makefu/3modules/default.nix
blob: ffbf54cc082df3fff09aa136a0fbb66421fef9fe (plain)
1
2
3
4
5
6
7
8
9
_:

{
  imports = [
    ./buildbot/master.nix
    ./buildbot/slave.nix
  ];
}