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.
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
initLibStoreto initialize, well, libstore, but actually most (or all) of the initialization happens ininitNixfromlibmain.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.