From ff252c799db18ea05cc9aab408c57ec6054bbe44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Wed, 19 Apr 2017 20:27:24 +0200 Subject: [PATCH] Fix typo in comment --- pkgs/top-level/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/default.nix b/pkgs/top-level/default.nix index 5d3da35c54fb..96d5e1fe2839 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);