aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGabriel Féron <feron.gabriel@gmail.com>2019-09-02 13:39:40 +0200
committerGitHub <noreply@github.com>2019-09-02 13:39:40 +0200
commit4b5afe54dea9d76735ea5d591f60a2b46553a04b (patch)
treee19dc463716495534b214993b3f6c4a274c90355 /lib
parentbecf5adaebeb25e6379fc9f0d44f855494f7c696 (diff)
Fix typo in customisation.nix
Diffstat (limited to 'lib')
-rw-r--r--lib/customisation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/customisation.nix b/lib/customisation.nix
index 1f5eb0d11e8..3be36fcd719 100644
--- a/lib/customisation.nix
+++ b/lib/customisation.nix
@@ -47,7 +47,7 @@ rec {
/* `makeOverridable` takes a function from attribute set to attribute set and
- injects `override` attibute which can be used to override arguments of
+ injects `override` attribute which can be used to override arguments of
the function.
nix-repl> x = {a, b}: { result = a + b; }