nixos/vector: remove no longer required workaround for cross compiling

This commit is contained in:
Sandro Jäckel 2022-09-11 17:11:47 +02:00
parent f7077ba131
commit 4770866f93
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -44,7 +44,7 @@ in
conf = format.generate "vector.toml" cfg.settings;
validateConfig = file:
pkgs.runCommand "validate-vector-conf" {
nativeBuildInputs = [ pkgs.buildPackages.vector ];
nativeBuildInputs = [ pkgs.vector ];
} ''
vector validate --no-environment "${file}"
ln -s "${file}" "$out"