mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/davis: fix typo in option description
to trigger a manual rebuild on 26.05
(cherry picked from commit 2aaeb5b4dc)
This commit is contained in:
parent
d42915ca40
commit
b740a379bc
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ in
|
|||
name = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.str;
|
||||
default = "davis";
|
||||
description = "Database name, only used when the databse is created locally.";
|
||||
description = "Database name, only used when the database is created locally.";
|
||||
};
|
||||
createLocally = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue