diff --git a/lib/from_xml.nix b/lib/from_xml.nix new file mode 100644 index 0000000..a2a00f5 --- /dev/null +++ b/lib/from_xml.nix @@ -0,0 +1,7 @@ +{nixpkgs, ...}: +nixpkgs.lib.extend ( + final: prev: { + fromXml = { + }; + } +)