all repos — nix-packages @ 55f78f417362b3e9be66fb935ede8c8b72fecc90

My personal collection of packages for nix

lib/default.nix (view raw)

1
2
3
4
5
6
7
{ ... }:

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