hydra/tests/jobs/darcs-input.nix
2013-09-07 13:28:53 +02:00

11 lines
153 B
Nix

with import ./config.nix;
{ src }:
{
copy =
mkDerivation {
name = "git-input";
builder = ./scm-builder.sh;
inherit src;
};
}