ctucx.git: dns.nix

fork of https://github.com/kirelagin/dns.nix

commit 9a4d9aee93d1afd919b4e02bd37bcb19730df464
parent 4713eecb3735823ce5dfaf823a0715d0f1c17cd7
Author: Kirill Elagin <kirelagin@gmail.com>
Date: Sun, 10 Mar 2019 03:20:49 +0100

Add and export toString function
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/default.nix b/default.nix
@@ -13,4 +13,6 @@ in
 {
   inherit (dns) evalZone writeZone;
   inherit (dns) combinators;
+
+  toString = name: zone: toString (dns.evalZone name zone);
 } // dns.combinators