mirror of
https://github.com/milahu/nur-packages.git
synced 2024-11-30 05:03:00 +03:00
lib.fromYAML, lib.toYAML: init
This commit is contained in:
parent
c3d73b3e2b
commit
10d6f8ad35
@ -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 { };
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user