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.full_name instead of ssh_url silly me

marshmallow d6d9d53c 600f6517

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