Compare commits

..

9 commits

3 changed files with 2 additions and 10 deletions

View file

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

View file

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

View file

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