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

10 lines
148 B
Nix

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