mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
doc(livebook): Fix small spelling mistake
This commit is contained in:
parent
0256009d28
commit
44a4c266c3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ in
|
||||||
type = with lib.types; nullOr lib.types.path;
|
type = with lib.types; nullOr lib.types.path;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Additional dnvironment file as defined in {manpage}`systemd.exec(5)`.
|
Additional environment file as defined in {manpage}`systemd.exec(5)`.
|
||||||
|
|
||||||
Secrets like {env}`LIVEBOOK_PASSWORD` (which is used to specify the
|
Secrets like {env}`LIVEBOOK_PASSWORD` (which is used to specify the
|
||||||
password needed to access the livebook site) or {env}`LIVEBOOK_COOKIE`
|
password needed to access the livebook site) or {env}`LIVEBOOK_COOKIE`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue