about summary refs log tree commit diff stats
path: root/lib/default.nix
blob: a7fab1d2be536ab904a73a62194297419e60fdb4 (plain)
1
2
3
4
5
6
7
{ pkgs }:

with pkgs.lib; {
  # Add your library functions here
  #
  # hexint = x: hexvals.${toLower x};
}