Compare commits

..

9 commits

3 changed files with 2 additions and 10 deletions

View file

@ -14,10 +14,6 @@
./provider.nix
];
};
simulacrum = {
enable = true;
deps = [ "chant" "consul" ];
settings = ./test.nix;
};
simulacrum.deps = [ "chant" "consul" ];
};
}

View file

@ -1,3 +0,0 @@
{
testScript = '''';
}

View file

@ -22,8 +22,7 @@ in
config.systemd.packages = pipe config.systemd.services [
(filterAttrs (_: v: v.distributed.enable))
(mapAttrsToList (n: v: let
# inherit (v.serviceConfig) ExecStart;
ExecStart = builtins.trace "for service ${n}" v.serviceConfig.ExecStart;
inherit (v.serviceConfig) ExecStart;
cfg = v.distributed;