Initial commit

This commit is contained in:
Trolli Schmittlauch 2021-03-10 02:27:11 +01:00
commit 35ebdd5b7e
13 changed files with 287 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};
}