nixos/testing: use the same qemu in the test driver

The qemu_test package is also used for running a NixOS qemu VM.
wip/yesman
Franz Pletz 6 years ago
parent 74736f26c2
commit 54c7ca34c4
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
  1. 2
      nixos/lib/testing.nix

@ -29,7 +29,7 @@ rec {
cp ${./test-driver/Logger.pm} $libDir/Logger.pm
wrapProgram $out/bin/nixos-test-driver \
--prefix PATH : "${lib.makeBinPath [ qemu vde2 netpbm coreutils ]}" \
--prefix PATH : "${lib.makeBinPath [ qemu_test vde2 netpbm coreutils ]}" \
--prefix PERL5LIB : "${with perlPackages; lib.makePerlPath [ TermReadLineGnu XMLWriter IOTty FileSlurp ]}:$out/lib/perl5/site_perl"
'';
};

Loading…
Cancel
Save