mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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:
parent
2df7d531fc
commit
842fa7428c
1 changed files with 1 additions and 1 deletions
|
@ -909,7 +909,7 @@ rec {
|
|||
nativeBuildInputs = [
|
||||
buildPackages.perl
|
||||
buildPackages.dpkg
|
||||
pkgs.nixfmt-rfc-style
|
||||
buildPackages.nixfmt-rfc-style
|
||||
];
|
||||
}
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue