nixos/jupyter: fix typos
This commit is contained in:
@@ -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 ''
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user