nur-packages/lib/default.nix

8 lines
108 B
Nix

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