This commit is contained in:
2026-03-13 18:14:19 +01:00
parent 0a8e7bf271
commit 79b6b56246

View File

@@ -17,7 +17,7 @@ let
flake = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz";
inputs = {
git_repo = {
type = "path";
type = "git";
value = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz";
emailresponsible= false;
};