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

11 lines
153 B
Nix

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