From f4c497ae064dd853e4edca5ee5d4d5965d2b75ba Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 23 Jun 2019 19:20:14 +0200 Subject: nixos/testing: remove leftover of virtualisation.qemu.program --- nixos/modules/testing/test-instrumentation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/testing') diff --git a/nixos/modules/testing/test-instrumentation.nix b/nixos/modules/testing/test-instrumentation.nix index 1a11d9ce7c26b..1baeab53b0c2d 100644 --- a/nixos/modules/testing/test-instrumentation.nix +++ b/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 = { -- cgit 1.4.1