ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

force fork's sha to be from within the context of the parent repo

+2 -1
+2 -1
jobsets.nix
··· 80 80 name = "pr_${n}"; 81 81 value = mkJobset { 82 82 description = "${pr.title} ${pr.html_url}"; 83 - flake = "git+ssh://git@github.com/${pr.head.repo.full_name}?ref=${pr.head.ref}"; 83 + # Force fork's sha to be from within the context of the parent 84 + flake = "git+ssh://git@github.com/${repo.owner}/${repo.name}?rev=${pr.head.sha}"; 84 85 }; 85 86 }) pull_requests) 86 87 );