From 241e9c10bac2a3b5918e98930b31658df24cbe8c Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Wed, 15 Jan 2020 05:39:12 +0100 Subject: [PATCH] nixos/docs: Fix nixos-install --system command --- nixos/doc/manual/man-nixos-install.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/man-nixos-install.xml b/nixos/doc/manual/man-nixos-install.xml index 0752c397182f..9255ce763efe 100644 --- a/nixos/doc/manual/man-nixos-install.xml +++ b/nixos/doc/manual/man-nixos-install.xml @@ -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 nix-build - -I nixos-config=./configuration.nix '<nixos>' -A system + -I nixos-config=./configuration.nix '<nixpkgs/nixos>' -A system --no-out-link