hydra/t/jobs/darcs-input.nix

11 lines
153 B
Nix
Raw Normal View History

2013-07-10 09:50:24 +00:00
with import ./config.nix;
{ src }:
{
copy =
mkDerivation {
name = "git-input";
builder = ./scm-builder.sh;
inherit src;
};
}