Test runner script WIP

This commit is contained in:
2020-07-29 18:38:39 +02:00
parent 7c92f713cd
commit c7c8d858f4
3 changed files with 47 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ let
genConfigs = (config: lib.foldl mergeConfig [{}] (attrToList config));
# Generate multiple app versions by override with each config
genApp = (app: configs: map (conf: app.override conf) configs);
genApp = (app: configs: map (conf: app.override conf // {conf=conf;}) configs);
# Generate app version from an array of apps
genApps = (apps: configs: