8 Commits

Author SHA1 Message Date
1bdc1beb3f force sync 2026-01-20 15:16:12 -05:00
c55f860e29 exclude mod breaking buckets, boats, and hoes 2026-01-20 15:08:03 -05:00
2f5c0a1011 Merge pull request 'feature/pii' (#178) from feature/pii into main
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 9s
Check Nix flake / Perform Nix flake checks (push) Successful in 3m33s
Update flakes / update_lockfile (push) Successful in 9m52s
Reviewed-on: #178
2026-01-19 21:14:06 -05:00
d970e485e7 add sb4, pii 2026-01-19 21:14:06 -05:00
ec8651d5d1 Merge pull request 'feature/pii' (#177) from feature/pii into main
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 18s
Check Nix flake / Perform Nix flake checks (push) Successful in 5m21s
Update flakes / update_lockfile (push) Successful in 9m35s
Reviewed-on: #177
2026-01-17 16:33:20 -05:00
824d110c88 add stoneblock-4, submerged-2
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 12s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 3m52s
2026-01-17 16:22:59 -05:00
34f28c4a6e cf api 2026-01-17 16:22:59 -05:00
ef7287c76e Merge pull request 'switch to CF' (#176) from feature/pii into main
Some checks failed
Check flake.lock / Check health of `flake.lock` (push) Successful in 11s
Check Nix flake / Perform Nix flake checks (push) Failing after 13m23s
Update flakes / update_lockfile (push) Successful in 10m17s
Reviewed-on: #176
2026-01-16 19:58:39 -05:00

View File

@@ -99,6 +99,10 @@ in
CF_FORCE_INCLUDE_FILES = ''
emi
'';
CF_EXCLUDE_MODS = ''
legendary-tooltips-x-travelers-backpack-fix
'';
CF_FORCE_SYNCHRONIZE = "true";
};
extraOptions = defaultOptions;
log-driver = "local";