hydra/tests/jobs/git-input.nix
2013-01-22 14:41:02 +01:00

11 lines
153 B
Nix

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