From 7a382679e42db39907d866294396e5dfd1f7b2ea Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 23 Jan 2013 14:46:54 +0100 Subject: [PATCH] Revert 434260c772622408b1503a4ff2b65bfd900f3c80 There is a bug in unionfs, but it only manifested itself because of our accidental use of stage-1 libraries in stage-2. --- modules/virtualisation/qemu-vm.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/modules/virtualisation/qemu-vm.nix b/modules/virtualisation/qemu-vm.nix index cf7738768e1..e125654e80f 100644 --- a/modules/virtualisation/qemu-vm.nix +++ b/modules/virtualisation/qemu-vm.nix @@ -311,13 +311,7 @@ in fi ''; - virtualisation.pathsInNixDB = - [ config.system.build.toplevel - # This path from the initrd must be registered as valid because - # unionfs uses it from the target Nix store (?). FIXME: get - # unionfs to use the path from the Nix store instead. - config.system.build.extraUtils - ]; + virtualisation.pathsInNixDB = [ config.system.build.toplevel ]; virtualisation.qemu.options = [ "-vga std" "-usbdevice tablet" ];