fix: import requires closures not finite argument lambdas
This commit is contained in:
parent
44f90fcffe
commit
29ee948574
8 changed files with 8 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
attrs,
|
||||
result,
|
||||
...
|
||||
}: let
|
||||
struct = import ./struct.nix {inherit attrs result;};
|
||||
in
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
attrs,
|
||||
result,
|
||||
...
|
||||
}: rec {
|
||||
cmpStructErr' = errBadKeys: errBadValues: path: S: T:
|
||||
if builtins.isAttrs S && builtins.isAttrSet T
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue