Initial commit

This commit is contained in:
Katherina Walshe-Grey 2024-06-23 16:18:10 +01:00 committed by GitHub
commit 001462e8c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 306 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};
}