mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
Merge #140063: vmTools: fixup after adding the img
package
This commit is contained in:
commit
8e3b899626
@ -707,7 +707,8 @@ with pkgs;
|
||||
inherit (darwin) signingUtils;
|
||||
};
|
||||
|
||||
vmTools = callPackage ../build-support/vm { };
|
||||
# No callPackage. In particular, we don't want `img` *package* in parameters.
|
||||
vmTools = makeOverridable (import ../build-support/vm) { inherit pkgs lib; };
|
||||
|
||||
releaseTools = callPackage ../build-support/release { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user