gerbilPackages-unstable.gerbil-crypto: init at 2020-08-01

This commit is contained in:
Francois-Rene Rideau
2020-08-02 13:28:55 -04:00
parent cc894c6d91
commit c9b05a3eb9
2 changed files with 28 additions and 0 deletions
@@ -5,6 +5,7 @@ rec {
# Gerbil libraries
gerbilPackages-unstable = {
gerbil-utils = callPackage ./gerbil-utils.nix { };
gerbil-crypto = callPackage ./gerbil-crypto.nix { };
};
# Use this function in any package that uses Gerbil libraries, to define the GERBIL_LOADPATH.