diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-12T19·06+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-12T19·06+0000 |
commit | 7ace29dae7bc928e5511c148408825f6d846771e (patch) | |
tree | 7fddcd48dbff25380f817312328d0996531d929f /doc | |
parent | 1a7e88bbd9290987e72616d42c9e9d344acc2a86 (diff) |
* New operation `nix-env --set' which sets a user environment to a
single derivation specified by the argument. This is useful when we want to have a profile for a single derivation, such as a server configuration. Then we can just say (e.g.) $ nix-env -p /.../server-profile -f server.nix --set -A server We can't do queries or upgrades on such a profile, but we can do rollbacks. The advantage over -i is that we don't have to worry about other packages having been installed in the profile previously; --set gets rid of them.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/release-notes.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 423dd5ab8ec2..5be23c36e376 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -45,6 +45,9 @@ configuration setting <literal>build-max-silent-time</literal>.</para></listitem> + + <listitem><para>TODO: <command>nix-env</command> + <option>--set</option>.</para></listitem> </itemizedlist> |