mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 03:09:35 +01:00
Fix testing the other daemon
The eventual PATH entry needs the `.../bin` or we will not use the right
daemon.
(cherry picked from commit 06fb6aecea)
This commit is contained in:
parent
d0527aac1b
commit
9c15e151de
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ if [[ -n "${NIX_CLIENT_PACKAGE:-}" ]]; then
|
|||
fi
|
||||
DAEMON_PATH="$PATH"
|
||||
if [[ -n "${NIX_DAEMON_PACKAGE:-}" ]]; then
|
||||
DAEMON_PATH="${NIX_DAEMON_PACKAGE}:$DAEMON_PATH"
|
||||
DAEMON_PATH="${NIX_DAEMON_PACKAGE}/bin:$DAEMON_PATH"
|
||||
fi
|
||||
coreutils=@coreutils@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue