You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- restore public `lib` exports for helper constructors still consumed by
ix
- keep the current index main changes intact while making `cargoUnitFor`
and `mkFleetFor` available again
## Validation
- `direnv exec . nix eval .#lib --apply 'lib: builtins.toJSON {
cargoUnitFor = builtins.hasAttr "cargoUnitFor" lib; mkFleetFor =
builtins.hasAttr "mkFleetFor" lib; }'`
- `direnv exec . nix run .#lint`
Co-authored-by: Codex <codex@openai.com>
0 commit comments