mirror of
https://github.com/logos-co/logos-liblogos.git
synced 2026-08-27 04:41:12 +00:00
chore(deps): relock logos-capability-module onto the cycle cut (#183)
logos-capability-module#25 dropped the builder's logos-standalone-app input,
which broke the dependency cycle
logos-capability-module -> logos-module-builder -> logos-standalone-app
-> logos-liblogos -> logos-capability-module -> ...
flake.lock cannot express a cycle, so Nix was unrolling it 5 times across 23
levels and duplicating the whole subtree at every level. Picking up the fix
collapses this lock:
3,472 -> 211 nodes (2.52 MB -> 0.12 MB, -88,855 lines)
Exactly one root input moves: logos-capability-module c670f7f -> 973f71b.
Every other root input resolves to the byte-identical rev it did before -- the
24 other flakes whose rev SETS shrank were duplicate copies pinned at historical
revs inside the unrolled cycle, never the ones this repo builds against.
Level 1 of 3 (ws update-order): logos-liblogos -> logos-standalone-app ->
logos-module-builder.
This commit is contained in:
Generated
+288
-87398
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user