Merge pull request #222403 from Zahrun/doc/virtualbox

virtualbox: add indication for the nix option
This commit is contained in:
Robert Hensing 2024-01-26 13:19:25 +01:00 committed by GitHub
commit 94b11073db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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