Skip to content

Move more of the initialization into nix::initLibStore #7502

@roberth

Description

@roberth

Is your feature request related to a problem? Please describe.

This describes a tech debt, not necessarily a current problem, hence the dx label. (should we have a tech debt label?)

#7478 creates initLibStore to initialize, well, libstore, but actually most (or all) of the initialization happens in initNix from libmain.

For the purpose of good architecture, libstore-specific initialization should be moved into this new function, and/or into an initialization function in libutil (for things that are common to all nix libraries)

Priorities

Add 👍 to issues you find important.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions