nix-scoutshonour/lib/default.nix
Katherina Walshe-Grey 001462e8c3
Initial commit
2024-06-23 16:18:10 +01:00

8 lines
108 B
Nix

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