nixos/docs: Fix nixos-install --system command

This commit is contained in:
Silvan Mosberger
2020-01-15 05:39:12 +01:00
parent 42cc5c233e
commit 241e9c10ba
+1 -1
View File
@@ -210,7 +210,7 @@
The closure must be an appropriately configured NixOS system, with boot The closure must be an appropriately configured NixOS system, with boot
loader and partition configuration that fits the target host. Such a loader and partition configuration that fits the target host. Such a
closure is typically obtained with a command such as <command>nix-build closure is typically obtained with a command such as <command>nix-build
-I nixos-config=./configuration.nix '&lt;nixos&gt;' -A system -I nixos-config=./configuration.nix '&lt;nixpkgs/nixos&gt;' -A system
--no-out-link</command> --no-out-link</command>
</para> </para>
</listitem> </listitem>