summary refs log tree commit diff
path: root/nixos/tests/boot.nix
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/boot.nix
parent078fc69425787c9ceebfa003add3c1d80e49560c (diff)
downloadnixpkgs-3be9d4610f6bd9e62592846a5e4ee2a6ccd25511.tar
nixpkgs-3be9d4610f6bd9e62592846a5e4ee2a6ccd25511.tar.gz
nixpkgs-3be9d4610f6bd9e62592846a5e4ee2a6ccd25511.tar.bz2
nixpkgs-3be9d4610f6bd9e62592846a5e4ee2a6ccd25511.tar.lz
nixpkgs-3be9d4610f6bd9e62592846a5e4ee2a6ccd25511.tar.xz
nixpkgs-3be9d4610f6bd9e62592846a5e4ee2a6ccd25511.tar.zst
nixpkgs-3be9d4610f6bd9e62592846a5e4ee2a6ccd25511.zip
nixos/tests: Drop unnecessary qemu-flags.nix include
None of these files are using anything from there.
Diffstat (limited to 'nixos/tests/boot.nix')
-rw-r--r--nixos/tests/boot.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/boot.nix b/nixos/tests/boot.nix
index 69ab4755e44..fc52cd09f20 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