syncthing: also link nixosTests.syncthing in passthru.tests

Before this change it linked syncthing-init and syncthing-relay but was
missing the main syncthing test itself.
This commit is contained in:
Bjørn Forsman
2022-08-02 14:36:35 +02:00
parent 38bfd83490
commit 5959e283cd
@@ -34,9 +34,8 @@ let
inherit postInstall;
passthru.tests = with nixosTests; {
init = syncthing-init;
relay = syncthing-relay;
passthru.tests = {
inherit (nixosTests) syncthing syncthing-init syncthing-relay;
};
meta = with lib; {