diff options
author | Robert Hensing <robert@roberthensing.nl> | 2023-06-14 22:57:42 +0200 |
---|---|---|
committer | Robert Hensing <robert@roberthensing.nl> | 2023-06-15 14:32:00 +0200 |
commit | d2696cdd1ee404ef6c6bd532cb90007dd8ee3e9f (patch) | |
tree | 9d41b0dd140aec39c627c653dd90828e6de52829 /.gitignore | |
parent | 9c6ede85fc3cd822b5c6b56045ff231a61fcd55f (diff) |
Fix build hook error for libstore library users
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7ae1071d0..29d9106ae 100644 --- a/.gitignore +++ b/.gitignore @@ -89,6 +89,7 @@ perl/Makefile.config /tests/ca/config.nix /tests/dyn-drv/config.nix /tests/repl-result-out +/tests/test-libstoreconsumer/test-libstoreconsumer # /tests/lang/ /tests/lang/*.out |