mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 13:15:30 +03:00
nixos/bees: fix option example (#408287)
This commit is contained in:
commit
bcd00a5dbb
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ in
|
||||||
default = { };
|
default = { };
|
||||||
example = lib.literalExpression ''
|
example = lib.literalExpression ''
|
||||||
{
|
{
|
||||||
root = {
|
"-" = {
|
||||||
spec = "LABEL=root";
|
spec = "LABEL=root";
|
||||||
hashTableSizeMB = 2048;
|
hashTableSizeMB = 2048;
|
||||||
verbosity = "crit";
|
verbosity = "crit";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue