From 9c87aeab1e2647fa4979c401aa32e40021ff333b Mon Sep 17 00:00:00 2001 From: Snorre Ettrup Altschul Date: Thu, 3 Apr 2025 00:13:09 +0200 Subject: [PATCH] ??? --- lib/from_xml.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/from_xml.nix 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 = { + }; + } +)