hydra/t/jobs/svn-input.nix

11 lines
153 B
Nix
Raw Normal View History

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