nixos/vector: remove no longer required workaround for cross compiling
This commit is contained in:
parent
f7077ba131
commit
4770866f93
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" {
|
||||
nativeBuildInputs = [ pkgs.buildPackages.vector ];
|
||||
nativeBuildInputs = [ pkgs.vector ];
|
||||
} ''
|
||||
vector validate --no-environment "${file}"
|
||||
ln -s "${file}" "$out"
|
||||
|
|
Loading…
Reference in a new issue