Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nixos/jupyter: fix typos

authored by

Sandro and committed by
GitHub
b70ee4bd ceb3b6fb

+2 -2
+2 -2
nixos/modules/services/development/jupyter/default.nix
··· 61 61 pkgs.python3.pkgs.playwright 62 62 ] 63 63 ''; 64 - description = ''Extra packages to be available in the jupyter runtime enviroment''; 64 + description = "Extra packages to be available in the jupyter runtime environment"; 65 65 }; 66 66 extraEnvironmentVariables = lib.mkOption { 67 - description = ''Extra enviroment variables to be set in the runtime context of jupyter notebook''; 67 + description = "Extra environment variables to be set in the runtime context of jupyter notebook"; 68 68 default = { }; 69 69 example = lib.literalExpression '' 70 70 {