On Fri, Sep 27, 2013 at 5:28 PM, Marc Weber <[email protected]> wrote:

> nix-env -iA firefoxWrapper /etc/nixos/nixpkgs
>

$ nix-env -iA firefoxWrapper /etc/nixos/nixpkgs
error: attribute `firefoxWrapper' in selection path `firefoxWrapper' not
found

Also I don't have /etc/nixos/nixpkgs folder.


>
> 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; };
>

Hmm.. I don't have that comment, but the code is the same.


>
>
> Marc Weber
>
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to