Add eval test for specific git revision
This commit is contained in:
10
tests/jobs/git-rev-input.nix
Normal file
10
tests/jobs/git-rev-input.nix
Normal file
@ -0,0 +1,10 @@
|
||||
with import ./config.nix;
|
||||
{ src }:
|
||||
{
|
||||
copy =
|
||||
mkDerivation {
|
||||
name = "git-rev-input";
|
||||
builder = ./scm-builder.sh;
|
||||
inherit src;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user