summaryrefslogtreecommitdiffstats
path: root/tv/2configs/hw/CAC-Developer-2.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-12-10 23:41:53 +0100
committertv <tv@krebsco.de>2021-12-10 23:45:58 +0100
commitef66b4a43b6adb99410c100f578368095c497d8b (patch)
tree8847e473cbbe15e46b0886d7976a24f16a6d84b5 /tv/2configs/hw/CAC-Developer-2.nix
parent438530fca7bf5598bae29ccb674641c495c2ea52 (diff)
tv CAC: RIP
Diffstat (limited to 'tv/2configs/hw/CAC-Developer-2.nix')
-rw-r--r--tv/2configs/hw/CAC-Developer-2.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/tv/2configs/hw/CAC-Developer-2.nix b/tv/2configs/hw/CAC-Developer-2.nix
deleted file mode 100644
index 1b3b102..0000000
--- a/tv/2configs/hw/CAC-Developer-2.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-_:
-{
- imports = [ ./CAC.nix ];
- nix = {
- buildCores = 2;
- maxJobs = 2;
- };
-}