0
0
Fork 0
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:
Sandro 2025-01-14 16:21:47 +01:00 committed by GitHub
parent ceb3b6fb36
commit b70ee4bd2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ''
{ {