Hi, I finally found a way to get java plugin working. Basically I had firefox installed using 'nix-env -i firefox', that didn't work. So I uninstalled the package, added 'firefoxWrapper' to my configuration.nix and ran 'nixos-rebuild switch'. This time it worked! Though I wasn't able to achieve my initial goal - be able to use browser based VPN (Juniper Networks). But I'm guessing it's much harder to fix (if even possible).
Few questions regarding my experience still bothering me: * what's the difference between installing package with 'nix-env -i' and adding the same package to configuration.nix? * why I can specify firefoxWrapper in configuration.nix, but can't do 'nix-env -i firefoxWrapper' Thanks, Andrii On Mon, Sep 30, 2013 at 2:06 AM, Eelco Dolstra <[email protected]>wrote: > Hi, > > On 28/09/13 02:28, Marc Weber wrote: > > > nix-env -iA firefoxWrapper /etc/nixos/nixpkgs > > Or just "nix-env -i firefox". > > -- > Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/ > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev >
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
