mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
treewide: remove unused with
Auto-fixed by nixf-diagnose.
This commit is contained in:
parent
90e7159c55
commit
c283f32d29
1135 changed files with 1168 additions and 1186 deletions
|
|
@ -17,8 +17,8 @@ in
|
|||
(lib.mkRemovedOptionModule [ "services" "tumbler" "package" ] "")
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with lib.maintainers; [ ] ++ lib.teams.pantheon.members;
|
||||
meta = {
|
||||
maintainers = [ ] ++ lib.teams.pantheon.members;
|
||||
};
|
||||
|
||||
###### interface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue