Skip to content

Commit

Permalink
Merge pull request #67940 from gferon/patch-1
Browse files Browse the repository at this point in the history
Fix typo in customisation.nix
  • Loading branch information
WilliButz authored Sep 2, 2019
2 parents 785276b + 4b5afe5 commit 0ce70ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/customisation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 0ce70ef

Please sign in to comment.