Add lib and pkgs to repl

Side effect: expose them in eval-composition.
This commit is contained in:
Robert Hensing 2019-10-03 17:54:05 +02:00
parent 83a9d4668f
commit d0815c4393

View File

@ -35,4 +35,8 @@ let
in
# Typically you need composition.config.build.dockerComposeYaml
composition
composition // {
# throw in lib and pkgs for repl convenience
inherit lib;
inherit (composition.config._module.args) pkgs;
}