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

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