nixos/docs: Fix nixos-install --system command (#77719)

nixos/docs: Fix nixos-install --system command
This commit is contained in:
Silvan Mosberger 2020-01-23 03:39:38 +01:00 committed by GitHub
commit a149202c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>