From 7ace29dae7bc928e5511c148408825f6d846771e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 12 Dec 2006 19:06:02 +0000 Subject: * 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. --- doc/manual/release-notes.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 build-max-silent-time. + + TODO: nix-env + . -- cgit 1.4.1