diff options
author | tv <tv@krebsco.de> | 2021-12-10 23:41:53 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-12-10 23:45:58 +0100 |
commit | 52fcfb00fd573cfffaea2ab62d7829efd42fe85b (patch) | |
tree | 6eda87d79d7b5743d96fe335a218a652c8d841bc /tv/2configs/hw/CAC-Developer-2.nix | |
parent | 07880447af2d00c1e68591d02a9903756977df91 (diff) |
tv CAC: RIP
Diffstat (limited to 'tv/2configs/hw/CAC-Developer-2.nix')
-rw-r--r-- | tv/2configs/hw/CAC-Developer-2.nix | 8 |
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 1b3b102cc..000000000 --- a/tv/2configs/hw/CAC-Developer-2.nix +++ /dev/null @@ -1,8 +0,0 @@ -_: -{ - imports = [ ./CAC.nix ]; - nix = { - buildCores = 2; - maxJobs = 2; - }; -} |