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:
parent
7a3a5d1608
commit
5744dd5480
3 changed files with 27 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue