mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
top-level: missing parentheses
This commit is contained in:
parent
48fa032aae
commit
489ba1744c
|
@ -49,8 +49,8 @@ in let
|
|||
# reasonable default.
|
||||
platform =
|
||||
args.platform
|
||||
or (config.platform
|
||||
or (import ./platforms.nix).selectPlatformBySystem system);
|
||||
or ( config.platform
|
||||
or ((import ./platforms.nix).selectPlatformBySystem system) );
|
||||
|
||||
# A few packages make a new package set to draw their dependencies from.
|
||||
# (Currently to get a cross tool chain, or forced-i686 package.) Rather than
|
||||
|
|
Loading…
Reference in a new issue