about summary refs log tree commit diff
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
parent078fc69425787c9ceebfa003add3c1d80e49560c (diff)
downloadnixlib-3be9d4610f6bd9e62592846a5e4ee2a6ccd25511.tar
nixlib-3be9d4610f6bd9e62592846a5e4ee2a6ccd25511.tar.gz
nixlib-3be9d4610f6bd9e62592846a5e4ee2a6ccd25511.tar.bz2
nixlib-3be9d4610f6bd9e62592846a5e4ee2a6ccd25511.tar.lz
nixlib-3be9d4610f6bd9e62592846a5e4ee2a6ccd25511.tar.xz
nixlib-3be9d4610f6bd9e62592846a5e4ee2a6ccd25511.tar.zst
nixlib-3be9d4610f6bd9e62592846a5e4ee2a6ccd25511.zip
nixos/tests: Drop unnecessary qemu-flags.nix include
None of these files are using anything from there.
-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 69ab4755e444..fc52cd09f209 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 c0add7eff360..2a258e4bff54 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 4ec7e56cc6cb..f585fa2ec237 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 90ac5b933f32..637cbb45709d 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 acf2e0250819..f3b930b630ba 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