mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +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 ../../.. { };
|
let
|
||||||
with vmTools;
|
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