chore(3p/sources): Bump channels & overlays

* //users/grfn/modules: change deprecated loaOf to attrsOf, the former
  is an alias for the latter nowadays.

Change-Id: I6fa71b43f8c1d0adeafb8b78b197e80733f5392a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7679
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
sterni 2022-12-29 19:10:23 +01:00 committed by tazjin
parent 80f1d396df
commit db515f620e
2 changed files with 13 additions and 13 deletions

View file

@ -5,7 +5,7 @@ with lib;
grfn.impure.clonedRepos = mkOption {
description = "Repositories to clone";
default = { };
type = with types; loaOf (
type = with types; attrsOf (
let
sm = submodule {
options = {