forked from malobeo/infrastructure
Fuck me dude this can't be that difficult...
This commit is contained in:
@@ -14,13 +14,8 @@ let
|
||||
emailoverride = "";
|
||||
keepnr = 1;
|
||||
type = 1;
|
||||
flake = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz";
|
||||
flake = "${info.head.repo.html_url}/archive/${info.head.sha}.tar.gz";
|
||||
inputs = {
|
||||
git_repo = {
|
||||
type = "git";
|
||||
value = "${info.head.repo.html_url} ${info.head.ref}";
|
||||
emailresponsible= false;
|
||||
};
|
||||
gitea_repo_name = {
|
||||
type = "string";
|
||||
value = "${info.head.repo.name}";
|
||||
|
||||
Reference in New Issue
Block a user