Fix typo in comment

+1 -1
+1 -1
pkgs/top-level/default.nix
··· 57 # nixpkgs configuration), infer the other one and platform as needed. 58 localSystem = lib.systems.elaborate ( 59 # Allow setting the platform in the config file. This take precedence over 60 - # the inferred platform, but not over an explicitly passed-in onw. 61 builtins.intersectAttrs { platform = null; } config 62 // args.localSystem); 63
··· 57 # nixpkgs configuration), infer the other one and platform as needed. 58 localSystem = lib.systems.elaborate ( 59 # Allow setting the platform in the config file. This take precedence over 60 + # the inferred platform, but not over an explicitly passed-in one. 61 builtins.intersectAttrs { platform = null; } config 62 // args.localSystem); 63