Initial commit

This commit is contained in:
2026-01-09 14:51:43 -04:00
committed by GitHub
commit 7ba439b672
14 changed files with 302 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs }:
with pkgs.lib; {
# Add your library functions here
#
# hexint = x: hexvals.${toLower x};
}