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

10 lines
147 B
Nix

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