???
This commit is contained in:
parent
408c816b10
commit
9c87aeab1e
7
lib/from_xml.nix
Normal file
7
lib/from_xml.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{nixpkgs, ...}:
|
||||
nixpkgs.lib.extend (
|
||||
final: prev: {
|
||||
fromXml = {
|
||||
};
|
||||
}
|
||||
)
|
Loading…
Reference in a new issue