mirror of
https://github.com/schmittlauch/nur-packages
synced 2025-05-10 23:50:11 +02: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};
|
|
}
|