mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
Avoid top-level with ...;
in pkgs/build-support/vm/test.nix
This commit is contained in:
parent
f36441dbd8
commit
102a33d30e
@ -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 New Issue
Block a user