From 60c618e7cc4a2a7aa74dd1de232a5ced1e4d7cfc Mon Sep 17 00:00:00 2001 From: ibizaman Date: Tue, 3 Jun 2025 14:57:45 +0200 Subject: [PATCH] expose lib --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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