Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The manual said --file-file, which should be --find-file.
|
|
Fixes #368.
|
|
So you can now do things like:
$ nix-env -qa '.*zip.*'
$ nix-env -qa '.*(firefox|chromium).*'
|
|
As per https://github.com/NixOS/nixos-homepage/pull/16
|
|
|
|
|
|
Close #345.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
doc/manual/release-notes.xml
doc/manual/writing-nix-expressions.xml
|
|
|
|
I don't think it's a good idea to use allowedRequisites for stdenv, so
don't mention it here.
|
|
|
|
|
|
|