diff --git a/doc/release-notes.xml b/doc/release-notes.xml index 53446a642dd..e583de15e0d 100644 --- a/doc/release-notes.xml +++ b/doc/release-notes.xml @@ -15,7 +15,7 @@ The standard build environment (stdenv) is now pure on the x86_64-linux and powerpc-linux - platforms, just like i686-linux. (Purity means + platforms, just as on i686-linux. (Purity means that building and using the standard environment has no dependencies outside of the Nix store. For instance, it doesn’t require an external C compiler such as /usr/bin/gcc.) @@ -29,7 +29,7 @@ Hook variables in the generic builder are now executed using the eval shell command. This has a major advantage: you can write hooks directly in Nix - expressions. For instance, rather than write a builder like this: + expressions. For instance, rather than writing a builder like this: source $stdenv/setup