treewide: remove unused with

Auto-fixed by nixf-diagnose.
This commit is contained in:
Wolfgang Walther
2025-09-01 13:00:13 +02:00
parent 90e7159c55
commit c283f32d29
1135 changed files with 1168 additions and 1186 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
{
name = "gotify-server";
meta = with pkgs.lib.maintainers; {
meta = {
maintainers = [ ];
};