Merge pull request #63696 from rnhmjoj/qemu-program

nixos/testing: remove leftover of virtualisation.qemu.program
This commit is contained in:
Christian Kauhaus 2019-11-18 11:20:27 +01:00 committed by GitHub
commit 99e03723b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ with import ../../lib/qemu-flags.nix { inherit pkgs; };
#
# One particular example are the boot tests where we want instrumentation
# within the images but not other stuff like setting up 9p filesystems.
options.virtualisation.qemu.program = mkOption { type = types.path; };
options.virtualisation.qemu = { };
config = {