mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
* Typos.
This commit is contained in:
parent
3c4bc7276a
commit
cdb50886f4
2 changed files with 3 additions and 3 deletions
|
@ -259,13 +259,13 @@
|
||||||
</para>
|
</para>
|
||||||
<screen>
|
<screen>
|
||||||
nix-store --realise /nix/store/bla.store
|
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>
|
<emphasis>(do something with the path $x</emphasis></screen>
|
||||||
<para>
|
<para>
|
||||||
which using this flag can be written as
|
which using this flag can be written as
|
||||||
</para>
|
</para>
|
||||||
<screen>
|
<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>
|
<emphasis>(do something with the path $x</emphasis></screen>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
|
@ -119,7 +119,7 @@ $ nix-env -e hello</screen>
|
||||||
by downloading and unpacking the new release and doing:
|
by downloading and unpacking the new release and doing:
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
$ nix-env -uBf nixpkgs-<replaceable>version</replaceable> '*'</screen>
|
$ nix-env -uBf nixpkgs-<replaceable>version</replaceable>/ '*'</screen>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
Loading…
Reference in a new issue