mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
treewide: nuke remaining mdDoc leftovers
bors when
This commit is contained in:
parent
7d7fedcede
commit
784330e275
3 changed files with 4 additions and 4 deletions
|
@ -75,7 +75,7 @@ in {
|
|||
environment = {
|
||||
extra = mkOption {
|
||||
type = types.attrs;
|
||||
description = lib.mdDoc "Extra environment variables to pass run Coder's server with. See Coder documentation.";
|
||||
description = "Extra environment variables to pass run Coder's server with. See Coder documentation.";
|
||||
default = {};
|
||||
example = {
|
||||
CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS = true;
|
||||
|
@ -84,7 +84,7 @@ in {
|
|||
};
|
||||
file = mkOption {
|
||||
type = types.nullOr types.path;
|
||||
description = lib.mdDoc "Systemd environment file to add to Coder.";
|
||||
description = "Systemd environment file to add to Coder.";
|
||||
default = null;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue