From 7e24bff416faee2130416a21454f9b3f9b9b0868 Mon Sep 17 00:00:00 2001 From: Dani Date: Sat, 16 May 2020 23:21:43 +0200 Subject: [PATCH] Minor typo fix --- pills/18-nix-store-paths.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pills/18-nix-store-paths.xml b/pills/18-nix-store-paths.xml index 4645e32..1466add 100644 --- a/pills/18-nix-store-paths.xml +++ b/pills/18-nix-store-paths.xml @@ -84,7 +84,7 @@ Then nix puts that out path in the .drv, and that's it. - In case the .drv has input derivations, that is it references other .drv, then such .drv paths are replaced by this same algorithm which returns an hash. + In case the .drv has input derivations, that is it references other .drv, then such .drv paths are replaced by this same algorithm which returns a hash. In other words, you get a final .drv where every other .drv path is replaced by its hash.