mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 20:16:03 +01:00
Applies a workaround to enforce multiline formatting
of lists to reduce code churn introduced in
|
||
|---|---|---|
| .. | ||
| main.cc | ||
| meson.build | ||
| README.md | ||
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.