Manual: Fix -I flag

This commit is contained in:
Eelco Dolstra 2013-10-30 11:02:55 +01:00
parent 862e3dd977
commit ac68d326b9

View file

@ -42,7 +42,7 @@ need to tell <command>nixos-rebuild</command> about them using the
<option>-I</option> flag:
<screen>
$ nixos-rebuild switch -I <replaceable>/my/sources</replaceable>/nixpkgs
$ nixos-rebuild switch -I nixpkgs=<replaceable>/my/sources</replaceable>/nixpkgs
</screen>
</para>