fix(groups): fix type on override parameter

This commit is contained in:
purepani 2023-10-05 18:25:36 -05:00 committed by mergify[bot]
parent 541655a6fb
commit 4c0d029add

View File

@ -16,7 +16,7 @@
in {
options = {
overrides = lib.mkOption {
type = lib.attrs;
type = t.attrs;
description = ''
A set of package overrides
'';