mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-23 17:53:55 +03:00
Fix eval-service.nix module _file, key
This commit is contained in:
parent
1726ef45f1
commit
aa52a4e198
@ -20,8 +20,8 @@ let
|
||||
];
|
||||
|
||||
argsModule = {
|
||||
_file = ./docker-compose.nix;
|
||||
key = ./docker-compose.nix;
|
||||
_file = ./eval-service.nix;
|
||||
key = ./eval-service.nix;
|
||||
config._module.args.pkgs = lib.mkForce pkgs;
|
||||
config.host = host;
|
||||
config.service.name = name;
|
||||
|
Loading…
Reference in New Issue
Block a user