hydra/tests/jobs/git-rev-input.nix
2016-04-12 16:27:11 -04:00

11 lines
157 B
Nix

with import ./config.nix;
{ src }:
{
copy =
mkDerivation {
name = "git-rev-input";
builder = ./scm-builder.sh;
inherit src;
};
}