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

11 lines
156 B
Nix

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