chore(deps): relock onto the merged package-manager chain

Takes logos-package-manager-module 5feeb67 (#64) and logos-package-manager
1218d74 (#38), so the gate this PR adds is no longer inert.

Also adds logos-package-manager-ui.inputs.package_manager.follows: without it
the UI brought its own package_manager and the closure carried two, with the
UI that drives installs on the one that has no VersionMismatch. Same shape as
the package_downloader follows in #360.

Verified in the artifact, not the lock: the shipped
modules/package_manager/libpackage_manager_lib.so carries version_mismatch,
signer_mismatch and dependencyConstraints, and is md5-identical to the
relocked lib output.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Dario Gabriel Lipicar
2026-08-27 12:30:50 -03:00
co-authored by Claude Opus 5
parent 3deadea274
commit b75bae84cb
2 changed files with 7049 additions and 5745 deletions
Generated
+7046 -5745
View File
File diff suppressed because it is too large Load Diff
+3
View File
@@ -19,6 +19,9 @@
logos-modules-state-module.url = "github:logos-co/logos-modules-state-module";
logos-package.url = "github:logos-co/logos-package";
logos-package-manager-ui.url = "github:logos-co/logos-package-manager-ui";
# Without this the UI brings its own package_manager and the closure carries
# two, with the UI that drives installs on the one that has no VersionMismatch.
logos-package-manager-ui.inputs.package_manager.follows = "logos-package-manager-module";
logos-design-system.url = "github:logos-co/logos-design-system";
logos-view-module-runtime.url = "github:logos-co/logos-view-module-runtime";
nix-bundle-logos-module-install.url = "github:logos-co/nix-bundle-logos-module-install";