forked from lix-project/hydra
configure: Set the right $PATH for Nix.
This commit is contained in:
parent
ddd799df2d
commit
eb3b5ef6a0
|
@ -38,7 +38,7 @@ AC_ARG_WITH(nix, AC_HELP_STRING([--with-nix=PATH],
|
||||||
nix=$withval, nix=/nix-missing)
|
nix=$withval, nix=/nix-missing)
|
||||||
AC_SUBST(nix)
|
AC_SUBST(nix)
|
||||||
|
|
||||||
PATH="$nix:$PATH"
|
PATH="$nix/bin:$PATH"
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
NEED_PROG([NIX_STORE_PROGRAM], [nix-store])
|
NEED_PROG([NIX_STORE_PROGRAM], [nix-store])
|
||||||
|
|
Loading…
Reference in a new issue