From f546d7e865a5176a35d402c449e068fba712b892 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Thu, 10 Oct 2019 15:40:46 -0600 Subject: [PATCH] 17: Use imperative voice Tell the reader to recall, not that the author recalls... Signed-off-by: Kenny Ballou --- pills/17-nixpkgs-overriding-packages.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pills/17-nixpkgs-overriding-packages.xml b/pills/17-nixpkgs-overriding-packages.xml index d3b7aec..e414cc7 100644 --- a/pills/17-nixpkgs-overriding-packages.xml +++ b/pills/17-nixpkgs-overriding-packages.xml @@ -14,7 +14,7 @@
Overriding a package - I recall the override design pattern from the nix pill 14. Instead of calling a function with parameters directly, we make the call (function + parameters) overridable. + Recall the override design pattern from the nix pill 14. Instead of calling a function with parameters directly, we make the call (function + parameters) overridable. We put the override function in the returned attribute set of the original function call.