summaryrefslogtreecommitdiffstats
path: root/tv/2configs/hw/CAC-Developer-1.nix
blob: 5143c8359aa1409a2ee9a96cd0e5decc706e9882 (plain)
1
2
3
4
5
6
7
8
_:
{
  imports = [ ./CAC.nix ];
  nix = {
    buildCores = 1;
    maxJobs = 1;
  };
}