3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: E8F1E9EAD284E17D

View file

@ -210,7 +210,7 @@
The closure must be an appropriately configured NixOS system, with boot
loader and partition configuration that fits the target host. Such a
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>
</para>
</listitem>