nix-env -iA firefoxWrapper /etc/nixos/nixpkgs
wiki has page "how to find the packge I'm looking for".
If the methods shown there don't help then maybe the only way is to know
where to look at. And that's a bug ?
Would you have found a comment in all-packages.nix like this?
# install firefoxWrapper instead
firefox = pkgs.firefoxPkgs.firefox;
[...]
firefoxWrapper = wrapFirefox { browser = firefoxPkgs.firefox; };
Marc Weber
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev