[Nix-dev] Installing hydra

Nicolas Pierron nicolas.b.pierron at gmail.com
Thu Sep 22 15:00:26 CEST 2011


2011/9/22 Ludovic Courtès <ludo at gnu.org>:
> <https://svn.nixos.org/repos/nix/hydra/trunk/hydra-module.nix>.  I think
> it’s now the canonical NixOS module for Hydra, and I’ve been
> successfully using it for some time.

Hum ... Could be useful to have something like:

{pkgs, ...}:

{
  require = [
    "${pkgs.hydra}/etc/nixos/modules/services/hydra.nix"
  ];
}

Would that be possible to get the evaluation and build of hydra to get
the module read ?  Or have a special derivation output which only
build the hydra.nix expression without building the whole package.

-- 
Nicolas Pierron
http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/


More information about the nix-dev mailing list