summary refs log tree commit diff
path: root/nixos/tests/virtualbox.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/virtualbox.nix')
-rw-r--r--nixos/tests/virtualbox.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/tests/virtualbox.nix b/nixos/tests/virtualbox.nix
index 12cb4594b16..b21df456639 100644
--- a/nixos/tests/virtualbox.nix
+++ b/nixos/tests/virtualbox.nix
@@ -1,6 +1,6 @@
-import ./make-test.nix ({ pkgs, ... }: with pkgs.lib; let
+{ debug ? false, ... } @ args:
 
-  debug = false;
+import ./make-test.nix ({ pkgs, ... }: with pkgs.lib; let
 
   testVMConfig = vmName: attrs: { config, pkgs, ... }: {
     boot.kernelParams = let
@@ -416,4 +416,4 @@ in {
       destroyVM_test2;
     };
   '';
-})
+}) args