victoriametrics: remove withVictoriaLogs option

-8
-7
pkgs/by-name/vi/victoriametrics/package.nix
··· 9 withVmAuth ? true, # HTTP proxy for authentication 10 withBackupTools ? true, # vmbackup, vmrestore 11 withVmctl ? true, # vmctl is used to migrate time series 12 - withVictoriaLogs ? true, # logs server 13 }: 14 15 buildGoModule (finalAttrs: { ··· 43 ++ lib.optionals withBackupTools [ 44 "app/vmbackup" 45 "app/vmrestore" 46 - ] 47 - ++ lib.optionals withVictoriaLogs [ 48 - "app/victoria-logs" 49 - "app/vlinsert" 50 - "app/vlselect" 51 - "app/vlstorage" 52 ]; 53 54 postPatch = ''
··· 9 withVmAuth ? true, # HTTP proxy for authentication 10 withBackupTools ? true, # vmbackup, vmrestore 11 withVmctl ? true, # vmctl is used to migrate time series 12 }: 13 14 buildGoModule (finalAttrs: { ··· 42 ++ lib.optionals withBackupTools [ 43 "app/vmbackup" 44 "app/vmrestore" 45 ]; 46 47 postPatch = ''
-1
pkgs/by-name/vm/vmagent/package.nix
··· 6 lib.addMetaAttrs { mainProgram = "vmagent"; } ( 7 victoriametrics.override { 8 withServer = false; 9 - withVictoriaLogs = false; 10 withVmAlert = false; 11 withVmAuth = false; 12 withBackupTools = false;
··· 6 lib.addMetaAttrs { mainProgram = "vmagent"; } ( 7 victoriametrics.override { 8 withServer = false; 9 withVmAlert = false; 10 withVmAuth = false; 11 withBackupTools = false;