summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/default.nix
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2019-02-03 15:30:13 +0000
committerJan Malakhovski <oxij@oxij.org>2019-02-03 15:30:13 +0000
commit849b10a41949cf510db02adaa20d615a2014ba10 (patch)
treef58684f36c7234b10057e9253600e28f294a354c /pkgs/top-level/default.nix
parent735d2877ccb3c02be0e1f508a7aad02705da92bf (diff)
top-level: fix a typo
Diffstat (limited to 'pkgs/top-level/default.nix')
-rw-r--r--pkgs/top-level/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/default.nix b/pkgs/top-level/default.nix
index dcd443a1c29e..f2de6d6f81d4 100644
--- a/pkgs/top-level/default.nix
+++ b/pkgs/top-level/default.nix
@@ -73,7 +73,7 @@ in let
# whatever arguments it doesn't explicitly provide. This way,
# `all-packages.nix` doesn't know more than it needs too.
#
- # It's OK that `args` doesn't include default arguemtns from this file:
+ # It's OK that `args` doesn't include default arguments from this file:
# they'll be deterministically inferred. In fact we must *not* include them,
# because it's important that if some parameter which affects the default is
# substituted with a different argument, the default is re-inferred.