Age | Commit message (Collapse) | Author |
|
This command was intended for docs generation, but it was never used
for that and we don't need it.
|
|
|
|
|
|
This was useful for an experiment with building Nix as a single
compilation unit. It's not very useful otherwise but also doesn't
hurt...
|
|
|
|
So that it can be printed by `nix describe-stores`
|
|
Using the `*Config` class hierarchy
|
|
Directly register the store classes rather than a function to build an
instance of them.
This gives the possibility to introspect static members of the class or
choose different ways of instantiating them.
|