Files
nix/tests/functional/test-libstoreconsumer
John Ericson 2933eb3684 WIP get rid of global Settings in libstore
This is analogous to 52bfccf8d8 for
`EvalSettings`, and 3fc77f281e for
`FlakeSettings` and `fetchers::Settings`.
2026-02-15 10:50:25 -05:00
..

A very simple C++ consumer of the libstore library.

  • Keep it simple. Library consumers expect something simple.
  • No build hook, or any other reinvocations.
  • No more global state than necessary.