nixos/testing: remove leftover of virtualisation.qemu.program

wip/yesman
rnhmjoj 5 years ago
parent 9175a201bb
commit f4c497ae06
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
  1. 2
      nixos/modules/testing/test-instrumentation.nix

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

Loading…
Cancel
Save