This commit is contained in:
Eelco Dolstra 2004-01-22 09:35:35 +00:00
parent 3c4bc7276a
commit cdb50886f4
2 changed files with 3 additions and 3 deletions

View File

@ -259,13 +259,13 @@
</para>
<screen>
nix-store --realise /nix/store/bla.store
x=`nix-store --query --normalise /nix/store/bla.store
x=`nix-store --query --normalise /nix/store/bla.store`
<emphasis>(do something with the path $x</emphasis></screen>
<para>
which using this flag can be written as
</para>
<screen>
x=`nix-store --query --normalise --force-realise /nix/store/bla.store
x=`nix-store --query --normalise --force-realise /nix/store/bla.store`
<emphasis>(do something with the path $x</emphasis></screen>
</listitem>
</varlistentry>

View File

@ -119,7 +119,7 @@ $ nix-env -e hello</screen>
by downloading and unpacking the new release and doing:
<screen>
$ nix-env -uBf nixpkgs-<replaceable>version</replaceable> '*'</screen>
$ nix-env -uBf nixpkgs-<replaceable>version</replaceable>/ '*'</screen>
</para>
</listitem>