mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-22 15:24:26 +03:00
Add lib and pkgs to repl
Side effect: expose them in eval-composition.
This commit is contained in:
parent
83a9d4668f
commit
d0815c4393
@ -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 New Issue
Block a user