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