Revert 434260c772
There is a bug in unionfs, but it only manifested itself because of our accidental use of stage-1 libraries in stage-2.
This commit is contained in:
parent
ef5108f560
commit
7a382679e4
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in New Issue