diff --git a/doc/manual/man-nixos-rebuild.xml b/doc/manual/man-nixos-rebuild.xml index 0b55540126c5..625e8ac7a0cb 100644 --- a/doc/manual/man-nixos-rebuild.xml +++ b/doc/manual/man-nixos-rebuild.xml @@ -173,12 +173,11 @@ $ ./result/bin/run-*-vm - This operation merely fetches the latest manifest in the - Nixpkgs channel to speed up subsequent - nix-env operations. This is useful if you - are not using nix-channel but still want to - use pre-built binary packages. It doesn’t reconfigure the - system at all. + This operation fetches the latest manifest in the Nixpkgs + channel to speed up subsequent nix-env + operations. This is useful if you are not using + nix-channel but still want to use pre-built + binary packages. It doesn’t reconfigure the system @@ -206,21 +205,6 @@ $ ./result/bin/run-*-vm - - - - Normally, nixos-rebuild calls - nix-pull to obtain the set of available - pre-built binaries in the Nixpkgs channel. This option causes - the call to nix-pull to be skipped. Note - that the result of previous invocations of - nix-pull may still be available in - /nix/var/nix/manifests, so to disable the - use of pre-built binaries, you should clear that directory in - addition to using . - - - @@ -236,10 +220,9 @@ $ ./result/bin/run-*-vm - Equivalent to - . - This option is useful if you call - nixos-rebuild frequently (e.g. if you’re + Equivalent to + . This option is useful if you + call nixos-rebuild frequently (e.g. if you’re hacking on a NixOS module).