NLsolve not able to render solution

Ah, it was function.

function func!(F, l1)
    @. F = cond1(l1, l2vals)
end

or more precisely

function func!(F, l1)
   F .= cond1(l1, l2vals)
end