lib.fromYAML, lib.toYAML: init

This commit is contained in:
Milan Hauth 2024-05-16 21:41:11 +02:00
parent c3d73b3e2b
commit 10d6f8ad35

View File

@ -4,4 +4,9 @@ with pkgs.lib; {
# Add your library functions here
#
# hexint = x: hexvals.${toLower x};
fromYAML = pkgs.callPackage ./src/nix-yaml/from-yaml.nix { };
toYAML = pkgs.callPackage ./src/nix-yaml/to-yaml.nix { };
}