lol

nixos/virtualbox-image: Fix path to virtualbox

VirtualBox user space binaries now no longer reside in linuxPackages, so
let's use the package for the real user space binaries instead.

Tested using the following command:

nix-build nixos/release.nix -A ova.x86_64-linux

Signed-off-by: aszlig <aszlig@redmoonstudios.org>

aszlig eea4af1c 4a44eca0

+1 -1
+1 -1
nixos/modules/virtualisation/virtualbox-image.nix
··· 34 34 postVM = 35 35 '' 36 36 export HOME=$PWD 37 - export PATH=${pkgs.linuxPackages.virtualbox}/bin:$PATH 37 + export PATH=${pkgs.virtualbox}/bin:$PATH 38 38 39 39 echo "creating VirtualBox pass-through disk wrapper (no copying invovled)..." 40 40 VBoxManage internalcommands createrawvmdk -filename disk.vmdk -rawdisk $diskImage