expose lib
This commit is contained in:
parent
d9a149eca2
commit
60c618e7cc
1 changed files with 5 additions and 1 deletions
|
|
@ -104,7 +104,11 @@
|
||||||
release = builtins.readFile ./VERSION;
|
release = builtins.readFile ./VERSION;
|
||||||
};
|
};
|
||||||
|
|
||||||
lib.contracts = pkgs.callPackage ./modules/contracts {};
|
lib =
|
||||||
|
(pkgs.callPackage ./lib {})
|
||||||
|
// {
|
||||||
|
contracts = pkgs.callPackage ./modules/contracts {};
|
||||||
|
};
|
||||||
|
|
||||||
checks =
|
checks =
|
||||||
let
|
let
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue