all repos — nix-packages @ 56c4129da3f7e6956af4e1d3a7c0fe69568c3a3a

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};
}