diff options
Diffstat (limited to 'tv/2configs/hw/CAC-Developer-1.nix')
-rw-r--r-- | tv/2configs/hw/CAC-Developer-1.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tv/2configs/hw/CAC-Developer-1.nix b/tv/2configs/hw/CAC-Developer-1.nix deleted file mode 100644 index 5143c8359..000000000 --- a/tv/2configs/hw/CAC-Developer-1.nix +++ /dev/null @@ -1,8 +0,0 @@ -_: -{ - imports = [ ./CAC.nix ]; - nix = { - buildCores = 1; - maxJobs = 1; - }; -} |