From c040b2f40198c48d1151afd7bf1a12fe5b8c84d8 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 30 May 2022 16:10:15 -0700 Subject: [PATCH] Shouldn't be passing a map --- to-edn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/to-edn.nix b/to-edn.nix index ffde9f5..d13e430 100644 --- a/to-edn.nix +++ b/to-edn.nix @@ -22,4 +22,4 @@ let else throw "unsupported type: ${builtins.typeOf ds}: ${ds}"))); -in { ds }: toEDN ds +in ds: toEDN ds