all repos — nix-packages @ b0c0a221e90504831d95cd80d66dcaa64d3bbf50

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