This commit is contained in:
Snorre Ettrup Altschul 2025-04-03 00:13:09 +02:00
parent 408c816b10
commit 9c87aeab1e

7
lib/from_xml.nix Normal file
View file

@ -0,0 +1,7 @@
{nixpkgs, ...}:
nixpkgs.lib.extend (
final: prev: {
fromXml = {
};
}
)