fix: updated glance dashboards with updated repositories
Some checks failed
ci / nix-fmt (push) Has been cancelled

This commit is contained in:
Ceferino Patino 2025-12-13 19:11:05 -06:00
commit 71d021bd03
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI
2 changed files with 6 additions and 6 deletions

View file

@ -343,17 +343,17 @@ in {
}
{
type = "repository";
title = "oasys-experiments";
repository = "c4patino/oasys-experiments";
title = "yumevim-nix";
repository = "c4patino/yumevim-nix";
token = getIn "github.glance" secrets;
commits-limit = 8;
}
{
type = "repository";
title = "free-range-zoo";
repository = "oasys-mas/dev-free-range-zoo";
token = getIn "github.glance-oasys" secrets;
commits-limit = 3;
title = "dotfiles";
repository = "c4patino/dotfiles";
token = getIn "github.glance" secrets;
commits-limit = 8;
}
{
type = "repository";

Binary file not shown.