Add lib and pkgs to repl
Side effect: expose them in eval-composition.
This commit is contained in:
parent
83a9d4668f
commit
d0815c4393
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue