fix pr input config
This commit is contained in:
parent
8cc3ccfb55
commit
4112cd1654
1 changed files with 30 additions and 28 deletions
|
@ -22,6 +22,7 @@
|
|||
enableemail = false;
|
||||
emailoverride = "";
|
||||
keepnr = 1;
|
||||
inputs = {
|
||||
nix-packages = {
|
||||
type = "git";
|
||||
url = "${info.head.repo.clone_url} ${info.head.ref}";
|
||||
|
@ -52,6 +53,7 @@
|
|||
emailresponsible = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
)
|
||||
prs
|
||||
|
|
Reference in a new issue