types.attrTag: Remove unnecessary definitions override
Committing because tests pass. Co-authored-by: Silvan Mosberger <github@infinisil.com>
This commit is contained in:
parent
22d7f146a4
commit
35fe538330
1 changed files with 0 additions and 1 deletions
|
@ -658,7 +658,6 @@ rec {
|
||||||
"${lib.showOption prefix}" =
|
"${lib.showOption prefix}" =
|
||||||
tagOption // {
|
tagOption // {
|
||||||
loc = prefix ++ [ tagName ];
|
loc = prefix ++ [ tagName ];
|
||||||
definitions = [];
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
tags;
|
tags;
|
||||||
|
|
Loading…
Reference in a new issue