From 66d7cf4b58fe7cb195e1de2eab757b1ebc17d23e Mon Sep 17 00:00:00 2001 From: sterni Date: Thu, 12 Jan 2023 19:30:10 +0100 Subject: fix(sterni/machines/edwin): fix cgit default branch declarations Change-Id: Icfd167e608955ec33367ca51dd8ae1d8d2740b4d Reviewed-on: https://cl.tvl.fyi/c/depot/+/7837 Reviewed-by: sterni Tested-by: BuildkiteCI Autosubmit: sterni --- users/sterni/machines/edwin/http/code.sterni.lv.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'users/sterni') diff --git a/users/sterni/machines/edwin/http/code.sterni.lv.nix b/users/sterni/machines/edwin/http/code.sterni.lv.nix index 56a7b48874..29e6be0d16 100644 --- a/users/sterni/machines/edwin/http/code.sterni.lv.nix +++ b/users/sterni/machines/edwin/http/code.sterni.lv.nix @@ -14,7 +14,7 @@ let "mirror/depot" = { description = "monorepo for the virus lounge"; upstream = "https://code.tvl.fyi/depot.git"; - cgit.defaultBranch = "canon"; + cgit.defbranch = "canon"; }; "mirror/flipdot-gschichtler" = { description = "message queue system for OpenLab's flipdot display"; @@ -40,12 +40,12 @@ let }; haskell-dot-time = { description = "UTC-centric time library for haskell with dot time support"; - cgit.defaultBranch = "main"; + cgit.defbranch = "main"; }; buchstabensuppe = { description = "toy font rendering for low pixelcount, high contrast displays"; - cgit.defaultBranch = "main"; upstream = "https://github.com/sternenseemann/buchstabensuppe.git"; + cgit.defbranch = "main"; }; "mirror/saneterm" = { description = "modern line-oriented terminal emulator without support for TUIs"; @@ -130,6 +130,7 @@ let lib.concatMapStringsSep "\n" (section: '' section=${section.section} + '' + builtins.concatStringsSep "\n\n" (lib.mapAttrsToList cgitRepoEntry section.repos) ) repoSections -- cgit 1.4.1