mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/*: convert internal option descriptions to MD
we'll have to do it eventually, may as well be now.
This commit is contained in:
parent
ef176dcf7e
commit
9547123258
60 changed files with 116 additions and 116 deletions
|
@ -107,7 +107,7 @@ let
|
|||
opts = { config, name, ... }: {
|
||||
options.runner = mkOption {
|
||||
internal = true;
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
A script that runs the service outside of systemd,
|
||||
useful for testing or for using NixOS services outside
|
||||
of NixOS.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue