Files
sydpkgs/lib/default.nix
2025-06-05 01:24:38 -06:00

8 lines
108 B
Nix

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