Fix typo in customisation.nix

wip/yesman
Gabriel Féron 5 years ago committed by GitHub
parent becf5adaeb
commit 4b5afe54de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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; }

Loading…
Cancel
Save