From db515f620e5b8200fef15851fd0b16f83f9c9daf Mon Sep 17 00:00:00 2001 From: sterni Date: Thu, 29 Dec 2022 19:10:23 +0100 Subject: 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 Reviewed-by: grfn Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/grfn/system/home/modules/lib/cloneRepo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/grfn/system/home') diff --git a/users/grfn/system/home/modules/lib/cloneRepo.nix b/users/grfn/system/home/modules/lib/cloneRepo.nix index a6455a4bdf70..806a8be03cb2 100644 --- a/users/grfn/system/home/modules/lib/cloneRepo.nix +++ b/users/grfn/system/home/modules/lib/cloneRepo.nix @@ -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 = { -- cgit 1.4.1