Fix typo in comment

This commit is contained in:
Bjørn Forsman 2017-04-19 20:27:24 +02:00
parent 042e268612
commit ff252c799d

View file

@ -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);