Initial commit
This commit is contained in:
commit
001462e8c3
14 changed files with 306 additions and 0 deletions
7
lib/default.nix
Normal file
7
lib/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs }:
|
||||
|
||||
with pkgs.lib; {
|
||||
# Add your library functions here
|
||||
#
|
||||
# hexint = x: hexvals.${toLower x};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue