From 157170059df39933d358d087d88f8b5bc4d5fde6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 30 Jul 2012 22:29:42 -0400 Subject: [PATCH] Manual: Remove reference to non-existent -I option --- doc/manual/package-management.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/doc/manual/package-management.xml b/doc/manual/package-management.xml index 8cc6aa857e..314218daf3 100644 --- a/doc/manual/package-management.xml +++ b/doc/manual/package-management.xml @@ -175,21 +175,6 @@ upgrading `coreutils-5.0' to `coreutils-5.2.1' -If you grow bored of specifying the Nix expressions using --f all the time, you can set a default -location: - - -$ nix-env -I nixpkgs-version - -After this you can just say, for instance, nix-env -u -'*'.Setting a default using --I currently clashes with using Nix channels, -since nix-channel --update calls nix-env --I to set the default to the Nix expressions it downloaded -from the channel, replacing whatever default you had -set. -