Avoid top-level with ...;
in pkgs/build-support/vm/test.nix
This commit is contained in:
parent
f36441dbd8
commit
102a33d30e
1 changed files with 18 additions and 2 deletions
|
@ -1,5 +1,21 @@
|
|||
with import ../../.. { };
|
||||
with vmTools;
|
||||
let
|
||||
pkgs = import ../../.. { };
|
||||
|
||||
inherit (pkgs)
|
||||
hello
|
||||
patchelf
|
||||
pcmanfm
|
||||
stdenv
|
||||
;
|
||||
|
||||
inherit (pkgs.vmTools)
|
||||
buildRPM
|
||||
diskImages
|
||||
makeImageTestScript
|
||||
runInLinuxImage
|
||||
runInLinuxVM
|
||||
;
|
||||
in
|
||||
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue