Robert Hensing
d2696cdd1e
A library shouldn't require changes to the caller's argument handling, especially if it doesn't have to, and indeed we don't have to. This changes the lookup order to prioritize the hardcoded path to nix if it exists. The static executable still finds itself through /proc and the like.
7 lines
205 B
Markdown
7 lines
205 B
Markdown
|
|
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.
|