From 5744dd548039b9a8666a414dcb66629322e5af21 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 25 Jul 2006 11:53:22 +0000 Subject: * Support the --attr / -A flag in nix-env as well. So now we can do, e.g., $ nix-env -i -A subversion xorg.xorgserver The main advantage over using symbolic names is that using attribute names is unambiguous and much, much faster. --- 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 f5efdad85818..ae773f525dd7 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -69,6 +69,9 @@ irreversible. TODO: open files etc. are now used as roots of the garbage collector. + TODO: --attr / -a flags in + nix-env/nix-instantiate/nix-build. + -- cgit 1.4.1