-diff --git a/index.html b/index.html index 2c5b421..6b6f7ee 100644 --- a/index.html +++ b/index.html @@ -413,7 +413,7 @@ By contrast, in a functional language the focus is on defining the desi
In the case of Nix, the desired result is usually a derivation: -a software package that has been built and make available for use. +a software package that has been built and made available for use. The Nix language has been designed for that purpose, and thus has some features you don’t typically find in general-purpose languages.
-