From a85555cd2731338c1046d3f6d65fe283ae054502 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 25 Jun 2012 16:08:19 -0400 Subject: [PATCH] Remove the obsolete --no-pull option from the nixos-rebuild man page --- doc/manual/man-nixos-rebuild.xml | 33 ++++++++------------------------ 1 file changed, 8 insertions(+), 25 deletions(-) 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).