On 11 January 2013 02:39, Petar Bogdanovic <[email protected]> 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 _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
