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

11 lines
162 B
Nix

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