vector: remove deprecated --no-topology
This commit is contained in:
parent
bb7da110d1
commit
d434251d1c
@ -44,7 +44,7 @@ in
|
|||||||
conf = format.generate "vector.toml" cfg.settings;
|
conf = format.generate "vector.toml" cfg.settings;
|
||||||
validateConfig = file:
|
validateConfig = file:
|
||||||
pkgs.runCommand "validate-vector-conf" { } ''
|
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"
|
ln -s "${file}" "$out"
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user