treewide: remove uses of lib.mdDoc

This commit is contained in:
Ali Rizvi
2024-07-29 17:37:28 -04:00
committed by mergify[bot]
parent eab049fe17
commit 14c333162b
6 changed files with 13 additions and 14 deletions

View File

@@ -16,9 +16,8 @@
};
options.hardware.intelgpu.loadInInitrd =
lib.mkEnableOption (
lib.mdDoc "Load the Intel GPU kernel module at stage 1 boot. (Added to `boot.initrd.kernelModules`)"
)
lib.mkEnableOption
"Load the Intel GPU kernel module at stage 1 boot. (Added to `boot.initrd.kernelModules`)"
// {
default = true;
};