diff --git a/flake.nix b/flake.nix index fd16815..6a52bf7 100644 --- a/flake.nix +++ b/flake.nix @@ -104,7 +104,11 @@ release = builtins.readFile ./VERSION; }; - lib.contracts = pkgs.callPackage ./modules/contracts {}; + lib = + (pkgs.callPackage ./lib {}) + // { + contracts = pkgs.callPackage ./modules/contracts {}; + }; checks = let