forked from lix-project/lix
Merge pull request #1444 from robx/man
Fix nix-instantiate manpage indentation
This commit is contained in:
commit
eef09c220d
|
@ -43,7 +43,8 @@
|
|||
<arg choice='plain'><option>-E</option></arg>
|
||||
</group>
|
||||
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>
|
||||
<sbr/>
|
||||
</cmdsynopsis>
|
||||
<cmdsynopsis>
|
||||
<command>nix-instantiate</command>
|
||||
<arg choice='plain'><option>--find-file</option></arg>
|
||||
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
set -e
|
||||
|
||||
datadir="@datadir@"
|
||||
|
||||
export TEST_ROOT=$(realpath ${TMPDIR:-/tmp}/nix-test)
|
||||
export NIX_STORE_DIR
|
||||
if ! NIX_STORE_DIR=$(readlink -f $TEST_ROOT/store 2> /dev/null); then
|
||||
|
|
Loading…
Reference in a new issue