aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/default.nix
blob: 1d255450223a6af9837b615a54f2e03f12edbbc6 (plain)
1
2
3
4
5
6
7
8
{ pkgs }:

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