Initial commit
This commit is contained in:
8
lib/default.nix
Normal file
8
lib/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ pkgs }:
|
||||
|
||||
with pkgs.lib; {
|
||||
# Add your library functions here
|
||||
#
|
||||
# hexint = x: hexvals.${toLower x};
|
||||
}
|
||||
|
Reference in New Issue
Block a user