stockholm/makefu/3modules/default.nix

10 lines
79 B
Nix
Raw Normal View History

2015-10-04 14:42:04 +00:00
_:
2015-07-24 20:39:11 +00:00
2015-10-04 14:42:04 +00:00
{
imports = [
2015-12-16 09:42:20 +00:00
./buildbot/master.nix
2015-12-16 17:01:14 +00:00
./buildbot/slave.nix
2015-10-04 14:42:04 +00:00
];
}
2015-07-24 20:39:11 +00:00