Merge pull request #222403 from Zahrun/doc/virtualbox
virtualbox: add indication for the nix option
This commit is contained in:
commit
94b11073db
@ -238,6 +238,12 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "PC emulator";
|
||||
longDescription = ''
|
||||
VirtualBox is an x86 and AMD64/Intel64 virtualization product for enterprise and 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