Merge pull request #67940 from gferon/patch-1

Fix typo in customisation.nix
This commit is contained in:
WilliButz 2019-09-02 14:25:24 +02:00 committed by GitHub
commit 0ce70efd43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; }