Monorepo for Tangled tangled.org

appview: fix bug with branch selector rendering in compare template

Signed-off-by: oppiliappan <me@oppi.li>

Changed files
+4 -3
appview
pages
+3 -2
appview/pages/pages.go
··· 799 799 } 800 800 801 801 type PullCompareBranchesParams struct { 802 - RepoInfo repoinfo.RepoInfo 803 - Branches []types.Branch 802 + RepoInfo repoinfo.RepoInfo 803 + Branches []types.Branch 804 + SourceBranch string 804 805 } 805 806 806 807 func (p *Pages) PullCompareBranchesFragment(w io.Writer, params PullCompareBranchesParams) error {
+1 -1
flake.nix
··· 112 112 vendorHash = goModHash; 113 113 env.CGO_ENABLED = 1; 114 114 }; 115 - genjwks = final.pkgsStatic.buildGoModule { 115 + genjwks = final.buildGoModule { 116 116 pname = "genjwks"; 117 117 version = "0.1.0"; 118 118 src = gitignoreSource ./.;