about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-01-30 11:21:31 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-01-30 16:57:27 +0200
commit3be9d4610f6bd9e62592846a5e4ee2a6ccd25511 (patch)
tree10a1c89bb6dd8d74bf3924599e64f9c57ae4c921 /nixos/tests
parent078fc69425787c9ceebfa003add3c1d80e49560c (diff)
nixos/tests: Drop unnecessary qemu-flags.nix include
None of these files are using anything from there.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/boot.nix1
-rw-r--r--nixos/tests/cloud-init.nix1
-rw-r--r--nixos/tests/ec2.nix1
-rw-r--r--nixos/tests/installer.nix1
-rw-r--r--nixos/tests/kubernetes/base.nix1
5 files changed, 0 insertions, 5 deletions
diff --git a/nixos/tests/boot.nix b/nixos/tests/boot.nix
index 69ab4755e4447..fc52cd09f2095 100644
--- a/nixos/tests/boot.nix
+++ b/nixos/tests/boot.nix
@@ -1,7 +1,6 @@
 { system ? builtins.currentSystem }:
 
 with import ../lib/testing.nix { inherit system; };
-with import ../lib/qemu-flags.nix;
 with pkgs.lib;
 
 let
diff --git a/nixos/tests/cloud-init.nix b/nixos/tests/cloud-init.nix
index c0add7eff360f..2a258e4bff542 100644
--- a/nixos/tests/cloud-init.nix
+++ b/nixos/tests/cloud-init.nix
@@ -1,7 +1,6 @@
 { system ? builtins.currentSystem }:
 
 with import ../lib/testing.nix { inherit system; };
-with import ../lib/qemu-flags.nix;
 with pkgs.lib;
 
 let
diff --git a/nixos/tests/ec2.nix b/nixos/tests/ec2.nix
index 4ec7e56cc6cb5..f585fa2ec237b 100644
--- a/nixos/tests/ec2.nix
+++ b/nixos/tests/ec2.nix
@@ -1,7 +1,6 @@
 { system ? builtins.currentSystem }:
 
 with import ../lib/testing.nix { inherit system; };
-with import ../lib/qemu-flags.nix;
 with pkgs.lib;
 
 let
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 90ac5b933f323..637cbb45709d6 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -1,7 +1,6 @@
 { system ? builtins.currentSystem }:
 
 with import ../lib/testing.nix { inherit system; };
-with import ../lib/qemu-flags.nix;
 with pkgs.lib;
 
 let
diff --git a/nixos/tests/kubernetes/base.nix b/nixos/tests/kubernetes/base.nix
index acf2e0250819a..f3b930b630ba3 100644
--- a/nixos/tests/kubernetes/base.nix
+++ b/nixos/tests/kubernetes/base.nix
@@ -1,7 +1,6 @@
 { system ? builtins.currentSystem }:
 
 with import ../../lib/testing.nix { inherit system; };
-with import ../../lib/qemu-flags.nix;
 with pkgs.lib;
 
 let