diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-13 23:16:08 +0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-13 23:16:08 +0100 |
commit | 3b88d037145c8d0f26b0797f8269e65c4c6df4ff (patch) | |
tree | 42cec75ef79f98e6ab823dee7c843eee9ca3ad1c /doc/manual/packages/profiles.xml | |
parent | e5a51fab24e01d59927f1a6e3a9e2adaaf7f951e (diff) |
Document channel format and excise most mentions of manifests and nix-pull
Diffstat (limited to 'doc/manual/packages/profiles.xml')
-rw-r--r-- | doc/manual/packages/profiles.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/packages/profiles.xml b/doc/manual/packages/profiles.xml index ad5e92aeb..932e58302 100644 --- a/doc/manual/packages/profiles.xml +++ b/doc/manual/packages/profiles.xml @@ -73,9 +73,9 @@ generated based on the current one. For instance, generation 43 was created from generation 42 when we did <screen> -$ nix-env -i subversion mozilla</screen> +$ nix-env -i subversion firefox</screen> -on a set of Nix expressions that contained Mozilla and a new version +on a set of Nix expressions that contained Firefox and a new version of Subversion.</para> <para>Generations are grouped together into @@ -156,4 +156,4 @@ $ nix-env -p /nix/var/nix/profiles/other-profile -i subversion</screen> This will <emphasis>not</emphasis> change the <command>~/.nix-profile</command> symlink.</para> -</chapter>
\ No newline at end of file +</chapter> |