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

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