mirror of
https://github.com/FliegendeWurst/nur-packages.git
synced 2024-11-08 18:30:38 +00:00
8 lines
108 B
Nix
8 lines
108 B
Nix
{ pkgs }:
|
|
|
|
with pkgs.lib; {
|
|
# Add your library functions here
|
|
#
|
|
# hexint = x: hexvals.${toLower x};
|
|
}
|