hydra/tests/jobs/bzr-checkout-input.nix
Rob Vermaas 9f33d4c98d
2011-03-17 13:25:27 +00:00

11 lines
165 B
Nix

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