diff --git a/pills/18-nix-store-paths.xml b/pills/18-nix-store-paths.xml index 370749e..480a829 100644 --- a/pills/18-nix-store-paths.xml +++ b/pills/18-nix-store-paths.xml @@ -12,7 +12,7 @@ Before reading existing derivations, I'd like to talk about store paths and how they are computed. In particular we are interested in fixed store paths that depend on an integrity hash (e.g. a sha256), which is usually applied to source tarballs. - The way store paths are computed is a little contrived, mostly due to historical reasons. Our reference will be the Nix source code. + The way store paths are computed is a little contrived, mostly due to historical reasons. Our reference will be the Nix source code.
Source paths