lib: Messed up or
operator precedence
Github broke oddly on my previous PR, so I tested and merged by hand. Otherwise ofborg would have caught this.
This commit is contained in:
parent
192f4144b2
commit
ec2aff0be6
@ -122,7 +122,7 @@ rec {
|
|||||||
let res = builtins.tryEval (
|
let res = builtins.tryEval (
|
||||||
if isDerivation value then
|
if isDerivation value then
|
||||||
value.meta.hydraPlatforms
|
value.meta.hydraPlatforms
|
||||||
or supportedMatches (value.meta.platforms or [ "x86_64-linux" ])
|
or (supportedMatches (value.meta.platforms or [ "x86_64-linux" ]))
|
||||||
else if value.recurseForDerivations or false || value.recurseForRelease or false then
|
else if value.recurseForDerivations or false || value.recurseForRelease or false then
|
||||||
packagePlatforms value
|
packagePlatforms value
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user