On 25 August 2016 at 02:05, Tim Barbour <[email protected]> wrote:
> What is the recommended way to run Eclipse on Nixos ?
>
> When I install a Nixos eclipse package (e.g. eclipse-cpp), I find that it
> cannot install plugins in the normal way, because the plugin installation
> process tries to modify the Nix store.
Hm, I thought that would work (mixing declarative and impure plugin
install...). Oh well.
> I would like to be able to run Eclipse with i.a. the GNU ARM plugin...
Try this:
(eclipses.eclipseWithPlugins {
eclipse = eclipses.eclipse-cpp-45;
jvmArgs = [ "-Xmx2048m" ];
plugins = with eclipses.plugins;
[ cdt gnuarmeclipse ];
})
Best regards,
Bjørn Forsman
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev