[Nix-dev] nix-env -qc firefox

James Cook james.cook at utoronto.ca
Sat Jan 12 07:00:39 CET 2013


On 11 January 2013 02:39, Petar Bogdanovic <petar at smokva.net> wrote:
> Hi,
>
> something doesn't seem right here:
>
>         $ nix-env -qc firefox
>         firefox-17.0.1-with-plugins  < 18.0-with-plugins
>
>         $ nix-env -u firefox
>
>         $ nix-env -qc firefox
>         firefox-17.0.1-with-plugins  < 18.0-with-plugins

It looks like firefox 17.0.1 has a higher priority right now in
nixpkgs.  You can install firefox 18 explicitly by

nix-env -i firefox-18.0-with-plugins

(Incidentally, firefox 17.0.1 has known security vulnerabilities.
Wouldn't that be an argument for making 18 the default, even if the
expression isn't as well-tested?)

James


More information about the nix-dev mailing list