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.

use pr.head.repo.ssh_url in pr jobset flake

marshmallow 600f6517 dcccdf42

+2 -2
+2 -2
jobsets.nix
··· 79 79 // (mapAttrs' (n: pr: { 80 80 name = "pr_${n}"; 81 81 value = mkJobset { 82 - description = pr.title; 83 - flake = "git+ssh://git@github.com/${repo.owner}/${repo.name}?ref=${pr.head.ref}"; 82 + description = "${pr.title} ${pr.html_url}"; 83 + flake = "git+ssh://${pr.head.repo.ssh_url}?ref=${pr.head.ref}"; 84 84 }; 85 85 }) pull_requests) 86 86 );