From d3f6c61e1e1b0edf420f50d19871e94f8872eebe Mon Sep 17 00:00:00 2001 From: Alex Leferry 2 Date: Wed, 19 Sep 2018 21:37:25 +0200 Subject: [PATCH] Fix typo --- 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 f3bdd9f..d3b7aec 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. Instad of calling a function with parameters directly, we make the call (function + parameters) overridable. + 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. We put the override function in the returned attribute set of the original function call.