update resolve-jobs.nix
This commit is contained in:
parent
e31f733d3c
commit
6edd6f65b8
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ _: let
|
|||
value =
|
||||
builtins.fetchGit
|
||||
{
|
||||
url = "https://github.com/${value.head.repo.owner.login}/${value.head.repo.name}.git";
|
||||
url = "${value.head.repo.clone_url}";
|
||||
ref = "${value.head.ref}";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue