Hi Corey, Thanks a lot - it hadn't occurred to me to refer to it from a different nix expression.
Cheers, Ganesh On 07/10/2014 22:36, Corey O'Connor wrote: > Hi Ganesh, > This is the NixOS module I use: > > * https://github.com/coreyoconnor/nix_configs/blob/master/jenkins-node.nix > > This runs selenium server standalone under a Xvnc session. Plus opens > the appropriate port for test clients. In particular, the selenium > server systemd service is: > > * > https://github.com/coreyoconnor/nix_configs/blob/master/jenkins-node.nix#L43 > > There are some other attributes in that module that are not specific to > running selenium server. Let me know if you have further questions. > > Cheers, > Corey > > -Corey O'Connor > [email protected] <mailto:[email protected]> > http://corebotllc.com/ > > On Tue, Oct 7, 2014 at 1:58 PM, Ganesh Sittampalam <[email protected] > <mailto:[email protected]>> wrote: > > Hi, > > The selenium-server-standalone nix package installs a jar, but > doesn't seem to come with any way to actually find the installed jar. > > Is there something I'm missing, or should I just add a script to run > it, like with selenium-remote-control? > > > https://github.com/NixOS/__nixpkgs/blob/master/pkgs/__development/tools/selenium/__remote-control/default.nix > > <https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/selenium/remote-control/default.nix> > > > https://github.com/NixOS/__nixpkgs/blob/master/pkgs/__development/tools/selenium/__server/default.nix > > <https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/selenium/server/default.nix> > > Cheers, > > Ganesh > > _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
