hydra/tests/jobs/bzr-checkout-input.nix
2011-03-17 08:48:27 +00:00

10 lines
157 B
Nix

{ src }:
{
copy =
derivation {
name = "bzr-checkout-input";
system = builtins.currentSystem;
builder = ./scm-builder.sh;
};
}