diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-25T11·53+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-25T11·53+0000 |
commit | 5744dd548039b9a8666a414dcb66629322e5af21 (patch) | |
tree | ecae6153bee7c028bce7e978875a15984f18fe1c /doc | |
parent | 7a3a5d1608254565030ae8ceb593605962a2614e (diff) |
* 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.
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 f5efdad85818..ae773f525dd7 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -69,6 +69,9 @@ irreversible.</para></warning> <listitem><para>TODO: open files etc. are now used as roots of the garbage collector.</para></listitem> + <listitem><para>TODO: --attr / -a flags in + nix-env/nix-instantiate/nix-build.</para</listitem> + </itemizedlist> </section> |