diff options
author | sterni <sternenseemann@systemli.org> | 2022-12-29T18·10+0100 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-12-29T20·06+0000 |
commit | db515f620e5b8200fef15851fd0b16f83f9c9daf (patch) | |
tree | 0b3c35c0926f5b5816d8db47893f4f60358419b2 /users/grfn/system/home/modules | |
parent | 80f1d396dff72a94d159a25ce2589b407eb00c10 (diff) |
chore(3p/sources): Bump channels & overlays r/5545
* //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>
Diffstat (limited to 'users/grfn/system/home/modules')
-rw-r--r-- | users/grfn/system/home/modules/lib/cloneRepo.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |