forked from tangled.org/core
this repo has no description

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
···
}
type PullCompareBranchesParams struct {
-
RepoInfo repoinfo.RepoInfo
-
Branches []types.Branch
+
RepoInfo repoinfo.RepoInfo
+
Branches []types.Branch
+
SourceBranch string
}
func (p *Pages) PullCompareBranchesFragment(w io.Writer, params PullCompareBranchesParams) error {
+1 -1
flake.nix
···
vendorHash = goModHash;
env.CGO_ENABLED = 1;
};
-
genjwks = final.pkgsStatic.buildGoModule {
+
genjwks = final.buildGoModule {
pname = "genjwks";
version = "0.1.0";
src = gitignoreSource ./.;