Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-15 | Fix build hook error for libstore library users | Robert Hensing | |
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. |