From d5c931992d4bf0ddf067530d05a792e056727405 Mon Sep 17 00:00:00 2001 From: Guillaume Bouchard Date: Thu, 13 Dec 2018 17:23:51 +0100 Subject: [PATCH 1/2] Fix english in stdenv.xml --- doc/stdenv.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stdenv.xml b/doc/stdenv.xml index 26190debc29..de2bf00e062 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -2500,7 +2500,7 @@ addEnvHooks "$hostOffset" myBashFunction This hook will make a build pause instead of stopping when a failure - happen. It prevents nix to cleanup the build environment immediatly and + happen. It prevents nix from cleaning up the build environment immediatly and allows the user to attach to a build environment using the cntr command. On build error it will print the instruction that are neccessary for cntr. Installing From 694d32f47df99620e5c653de252dc9d3555924bd Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Thu, 13 Dec 2018 18:11:52 +0100 Subject: [PATCH 2/2] Update doc/stdenv.xml Co-Authored-By: guibou --- doc/stdenv.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stdenv.xml b/doc/stdenv.xml index de2bf00e062..c54901a93eb 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -2500,7 +2500,7 @@ addEnvHooks "$hostOffset" myBashFunction This hook will make a build pause instead of stopping when a failure - happen. It prevents nix from cleaning up the build environment immediatly and + happen. It prevents nix from cleaning up the build environment immediately and allows the user to attach to a build environment using the cntr command. On build error it will print the instruction that are neccessary for cntr. Installing