main
nix 13 lines 260 Bytes
Raw
1 {
2 imports = [
3 ./common/hydra-queue-builder.nix
4 ./common/nix.nix
5 ./common/node-exporter.nix
6 ./common/reboot.nix
7 ./common/shells.nix
8 ./common/spotlight.nix
9 ./common/ssh.nix
10 ./common/tools.nix
11 ./common/workarounds.nix
12 ];
13 }