diff --git a/pills/06-our-first-derivation.xml b/pills/06-our-first-derivation.xml index e5b615b..68e9ee1 100644 --- a/pills/06-our-first-derivation.xml +++ b/pills/06-our-first-derivation.xml @@ -160,7 +160,7 @@ - The output paths (they can be multiple ones). By default nix creates one + The output paths (there can be multiple ones). By default nix creates one out path called "out". diff --git a/pills/15-nix-search-paths.xml b/pills/15-nix-search-paths.xml index bc8fb21..271ce85 100644 --- a/pills/15-nix-search-paths.xml +++ b/pills/15-nix-search-paths.xml @@ -62,7 +62,7 @@ You can list that directory and realize it's simply a checkout of the nixpkgs repository at a specific commit (hint: .version-suffix). - The NIX_PATH variable is exported by nix.sh, and that's the reason why I always asked you to source nix.s at the beginning of my posts. + The NIX_PATH variable is exported by nix.sh, and that's the reason why I always asked you to source nix.sh at the beginning of my posts. You may wonder: then I can also specify a different nixpkgs path to, e.g., a git checkout of nixpkgs? Yes, you can and I encourage doing that. We'll talk about this in the next pill.