vector: remove deprecated --no-topology
This commit is contained in:
parent
bb7da110d1
commit
d434251d1c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ in
|
|||
conf = format.generate "vector.toml" cfg.settings;
|
||||
validateConfig = file:
|
||||
pkgs.runCommand "validate-vector-conf" { } ''
|
||||
${pkgs.vector}/bin/vector validate --no-topology --no-environment "${file}"
|
||||
${pkgs.vector}/bin/vector validate --no-environment "${file}"
|
||||
ln -s "${file}" "$out"
|
||||
'';
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue