The Simulacrum: Stage 1 #108

Merged
max merged 15 commits from pr-simulacrum-stage-1 into master 2024-08-13 22:06:49 +03:00
Showing only changes of commit f140de7a1a - Show all commits

View file

@ -31,7 +31,13 @@ let
cluster = lib.mkForce (lift.cluster.extendModules { cluster = lib.mkForce (lift.cluster.extendModules {
specialArgs.depot = config; specialArgs.depot = config;
modules = [ modules = [
{ simulacrum = true; } {
simulacrum = true;
testConfig = {
subject = service;
activeServices = serviceList;
};
}
]; ];
}); });
}) })