···5757 # nixpkgs configuration), infer the other one and platform as needed.
5858 localSystem = lib.systems.elaborate (
5959 # Allow setting the platform in the config file. This take precedence over
6060- # the inferred platform, but not over an explicitly passed-in onw.
6060+ # the inferred platform, but not over an explicitly passed-in one.
6161 builtins.intersectAttrs { platform = null; } config
6262 // args.localSystem);
6363