hydra/t/jobs/svn-input.nix

11 lines
153 B
Nix
Raw Normal View History

2011-03-17 13:25:27 +00:00
with import ./config.nix;
2011-03-17 08:48:27 +00:00
{ src }:
2013-01-22 13:41:02 +00:00
{
copy =
2011-03-17 13:25:27 +00:00
mkDerivation {
2011-03-17 08:48:27 +00:00
name = "svn-input";
builder = ./scm-builder.sh;
2011-03-17 13:25:27 +00:00
inherit src;
2011-03-17 08:48:27 +00:00
};
}