mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
* Show the default for --with-store-dir (Nix/211).
This commit is contained in:
parent
d5d4dcd4c9
commit
d9a5959139
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ AC_SUBST(xmlflags)
|
|||
|
||||
|
||||
AC_ARG_WITH(store-dir, AC_HELP_STRING([--with-store-dir=PATH],
|
||||
[path of the Nix store]),
|
||||
[path of the Nix store (defaults to /nix/store)]),
|
||||
storedir=$withval, storedir='/nix/store')
|
||||
AC_SUBST(storedir)
|
||||
|
||||
|
|
Loading…
Reference in a new issue