gerbilPackages-unstable.gerbil-ethereum: init at 2020-08-02

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