Shouldn't be passing a map

This commit is contained in:
2022-05-30 16:10:15 -07:00
parent 1fdfabc55c
commit c040b2f401

View File

@@ -22,4 +22,4 @@ let
else
throw "unsupported type: ${builtins.typeOf ds}: ${ds}")));
in { ds }: toEDN ds
in ds: toEDN ds