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:
Dario Lipicar
2026-08-20 23:52:34 -03:00
committed by GitHub
parent cb9f27a017
commit 3893c833ec
Generated
+288 -87398
View File
File diff suppressed because it is too large Load Diff