about summary refs log tree commit diff
path: root/pkgs/top-level/default.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2017-04-19 20:27:24 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2017-04-19 20:30:44 +0200
commitff252c799db18ea05cc9aab408c57ec6054bbe44 (patch)
treeab2085d1bb5d5fcfd5a81ab3cddac9a30f0341ba /pkgs/top-level/default.nix
parent042e26861245b578d39826c1b338b33e5633c25e (diff)
Fix typo in comment
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 5d3da35c54fb2..96d5e1fe28395 100644
--- a/pkgs/top-level/default.nix
+++ b/pkgs/top-level/default.nix
@@ -57,7 +57,7 @@ in let
   # nixpkgs configuration), infer the other one and platform as needed.
   localSystem = lib.systems.elaborate (
     # Allow setting the platform in the config file. This take precedence over
-    # the inferred platform, but not over an explicitly passed-in onw.
+    # the inferred platform, but not over an explicitly passed-in one.
     builtins.intersectAttrs { platform = null; } config
     // args.localSystem);