Shouldn't be passing a map

This commit is contained in:
niten 2022-05-30 16:10:15 -07:00
parent 1fdfabc55c
commit c040b2f401
1 changed files with 1 additions and 1 deletions

View File

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