1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

* 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.
This commit is contained in:
Eelco Dolstra 2006-07-25 11:53:22 +00:00
parent 7a3a5d1608
commit 5744dd5480
3 changed files with 27 additions and 3 deletions

View file

@ -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>