diff --git a/doc/language-support.xml b/doc/language-support.xml index 67949808ec06..e1049534c6b4 100644 --- a/doc/language-support.xml +++ b/doc/language-support.xml @@ -426,7 +426,7 @@ are provided with all modules included.
<function>python.buildEnv</function> function - Create Python envorinments using low-level pkgs.buildEnv function. Example default.nix: + Create Python environments using low-level pkgs.buildEnv function. Example default.nix:
Tools Packages inside nixpkgs are written by hand. However many tools -exist in community to help save time. No tool is prefered at the moment. +exist in community to help save time. No tool is preferred at the moment. @@ -535,10 +535,10 @@ exist in community to help save time. No tool is prefered at the moment. $ nix-shell -p pythonPackages.pyramid zlib libjpeg git - - Note: there is a boolean value lib.inNixShell set to + + There is a boolean value lib.inNixShell set to true if nix-shell is invoked. - +