From 7c6b935b60128e700630561424a8bb1b80f4afac Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 3 Jun 2015 16:38:52 +0200 Subject: [PATCH] Remove dead code --- nixos/tests/installer.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 603dfbe224f..fc65f392a1f 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -98,12 +98,6 @@ let channelContents = [ pkgs.rlwrap ]; - efiBios = pkgs.runCommand "ovmf-bios" {} '' - mkdir $out - ln -s ${pkgs.OVMF}/FV/OVMF.fd $out/bios.bin - ''; - - # The test script boots the CD, installs NixOS on an empty hard # disk, and then reboot from the hard disk. It's parameterized with # a test script fragment `createPartitions', which must create