This commit is contained in:
2025-06-05 01:24:33 -06:00
commit d110558bee
20 changed files with 457 additions and 0 deletions

7
lib/default.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs }:
with pkgs.lib; {
# Add your library functions here
#
# hexint = x: hexvals.${toLower x};
}