virtualbox: add pointer to related nix options
This commit is contained in:
parent
9745d185b0
commit
91a1291d2b
@ -229,6 +229,12 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "PC emulator";
|
||||
longDescription = ''
|
||||
VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use.
|
||||
|
||||
To install on NixOS, please use the option `virtualisation.virtualbox.host.enable = true`.
|
||||
Please also check other options under `virtualisation.virtualbox`.
|
||||
'';
|
||||
sourceProvenance = with lib.sourceTypes; [
|
||||
fromSource
|
||||
binaryNativeCode
|
||||
|
Loading…
Reference in New Issue
Block a user