Initial commit

This commit is contained in:
materus
2023-05-06 21:03:30 +02:00
committed by GitHub
commit 97fd90c347
14 changed files with 305 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};
}