Avoid top-level with ...; in pkgs/build-support/vm/test.nix

This commit is contained in:
Philip Taron 2024-03-14 10:59:16 -07:00 committed by Valentin Gagarin
parent f36441dbd8
commit 102a33d30e

View File

@ -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
{