fix: updated glance dashboards with updated repositories
Some checks failed
ci / nix-fmt (push) Has been cancelled
Some checks failed
ci / nix-fmt (push) Has been cancelled
This commit is contained in:
parent
acb6fc0c94
commit
71d021bd03
2 changed files with 6 additions and 6 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue