hydra/t/jobs/deepgit-input.nix

11 lines
153 B
Nix
Raw Normal View History

with import ./config.nix;
{ src }:
2013-01-22 13:41:02 +00:00
{
copy =
mkDerivation {
name = "git-input";
builder = ./scm-builder.sh;
inherit src;
};
}