Description
Repro https://github.com/nikolaiser/den-repro-parametric-namespace
When including a parametric aspect from an imported namespace it fails with
error: expected a Boolean but found a list: [ «thunk» ]
at «github:vic/den/1751a01eafffbdcea9ddc203f2d72bd6587fffc6?narHash=sha256-HbOuxsoL2NOWfLrRBXbvVhweIdDeKjmTnvNpWNhS98s%3D»/nix/fn-can-take.nix:8:49:
7| fargs = lib.functionArgs func;
8| required = lib.filterAttrs (_: optional: !optional) fargs;
| ^
9| reqNames = builtins.attrNames required;
If I comment out the broken test in my repro the working test (that is using a non-parametric aspect from the same namespace) succeeds
Description
Repro https://github.com/nikolaiser/den-repro-parametric-namespace
When including a parametric aspect from an imported namespace it fails with
If I comment out the
brokentest in my repro theworkingtest (that is using a non-parametric aspect from the same namespace) succeeds