Initial commit

This commit is contained in:
2020-10-15 17:05:30 +11:00
committed by xeals
commit 77ff73522c
14 changed files with 284 additions and 0 deletions

8
lib/default.nix Normal file
View File

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