mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
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
|
@ -658,7 +658,6 @@ rec {
|
|||
"${lib.showOption prefix}" =
|
||||
tagOption // {
|
||||
loc = prefix ++ [ tagName ];
|
||||
definitions = [];
|
||||
};
|
||||
})
|
||||
tags;
|
||||
|
|
Loading…
Reference in a new issue