vmTools: Use nixfmt-rfc-style from buildPackages set

`pkgs` might not contain the correct derivations if cross-compiling.
Using `buildPackages` ensures that the executables come from the correct
set.

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2025-05-27 19:47:25 +02:00
parent 2df7d531fc
commit 842fa7428c

View file

@ -909,7 +909,7 @@ rec {
nativeBuildInputs = [
buildPackages.perl
buildPackages.dpkg
pkgs.nixfmt-rfc-style
buildPackages.nixfmt-rfc-style
];
}
''