all repos — nix-packages @ d75a137c0fa6498ca6e35a0f257634ea3df1bec6

My personal collection of packages for nix

initial commit

Alan Pearce
commit

d75a137c0fa6498ca6e35a0f257634ea3df1bec6

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
A lib/default.nix
@@ -0,0 +1,7 @@
+{ pkgs }: + +with pkgs.lib; { + # Add your library functions here + # + # hexint = x: hexvals.${toLower x}; +}