summary refs log tree commit diff
path: root/nixos/modules/testing
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2019-06-23 19:20:14 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2019-08-29 10:12:13 +0200
commitf4c497ae064dd853e4edca5ee5d4d5965d2b75ba (patch)
treeef4e9f2f0dcd1867057ef3b82400f495ddfb931f /nixos/modules/testing
parent9175a201bbb28e679d72e9f7d28c84ab7d1f742b (diff)
downloadnixpkgs-f4c497ae064dd853e4edca5ee5d4d5965d2b75ba.tar
nixpkgs-f4c497ae064dd853e4edca5ee5d4d5965d2b75ba.tar.gz
nixpkgs-f4c497ae064dd853e4edca5ee5d4d5965d2b75ba.tar.bz2
nixpkgs-f4c497ae064dd853e4edca5ee5d4d5965d2b75ba.tar.lz
nixpkgs-f4c497ae064dd853e4edca5ee5d4d5965d2b75ba.tar.xz
nixpkgs-f4c497ae064dd853e4edca5ee5d4d5965d2b75ba.tar.zst
nixpkgs-f4c497ae064dd853e4edca5ee5d4d5965d2b75ba.zip
nixos/testing: remove leftover of virtualisation.qemu.program
Diffstat (limited to 'nixos/modules/testing')
-rw-r--r--nixos/modules/testing/test-instrumentation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/testing/test-instrumentation.nix b/nixos/modules/testing/test-instrumentation.nix
index 1a11d9ce7c2..1baeab53b0c 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 = {