mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/jupyter: fix typos
This commit is contained in:
parent
ceb3b6fb36
commit
b70ee4bd2e
1 changed files with 2 additions and 2 deletions
|
@ -61,10 +61,10 @@ in
|
||||||
pkgs.python3.pkgs.playwright
|
pkgs.python3.pkgs.playwright
|
||||||
]
|
]
|
||||||
'';
|
'';
|
||||||
description = ''Extra packages to be available in the jupyter runtime enviroment'';
|
description = "Extra packages to be available in the jupyter runtime environment";
|
||||||
};
|
};
|
||||||
extraEnvironmentVariables = lib.mkOption {
|
extraEnvironmentVariables = lib.mkOption {
|
||||||
description = ''Extra enviroment variables to be set in the runtime context of jupyter notebook'';
|
description = "Extra environment variables to be set in the runtime context of jupyter notebook";
|
||||||
default = { };
|
default = { };
|
||||||
example = lib.literalExpression ''
|
example = lib.literalExpression ''
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue