nixos-config/3modules/default.nix

9 lines
54 B
Nix
Raw Normal View History

2015-10-04 16:42:04 +02:00
_:
2015-10-04 16:42:04 +02:00
{
imports = [
2015-12-16 10:42:20 +01:00
./buildbot/master.nix
2015-10-04 16:42:04 +02:00
];
}