initial commit
1 file changed, 7 insertions(+), 0 deletions(-)
changed files
A lib/default.nix
@@ -0,0 +1,7 @@ +{ pkgs }: + +with pkgs.lib; { + # Add your library functions here + # + # hexint = x: hexvals.${toLower x}; +}