From 8df499a09a8772a2a03bdef908b9c4b337e96e08 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 4 Jan 2022 00:55:22 +0100 Subject: lib.toC: admit int --- lib/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/default.nix b/lib/default.nix index 574713e..94a8143 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -52,6 +52,7 @@ let type = typeOf x; reject = throw "cannot convert ${type}"; in { + int = toJSON x; # close enough list = "{ ${concatStringsSep ", " (map toC x)} }"; null = "NULL"; set = if isDerivation x then toJSON x else reject; -- cgit v1.2.3