mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/mediawiki: add name type
This commit is contained in:
parent
4015c5ca9c
commit
e67b6193aa
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ in
|
|||
};
|
||||
|
||||
name = mkOption {
|
||||
type = types.str;
|
||||
default = "MediaWiki";
|
||||
example = "Foobar Wiki";
|
||||
description = "Name of the wiki.";
|
||||
|
|
Loading…
Reference in a new issue