syncthing: Add missing nixosTests to passthru.tests

This commit is contained in:
a-kenji
2025-03-29 16:25:01 -07:00
parent bb3ff83813
commit 9f97c585eb
@@ -59,7 +59,7 @@ let
passthru = {
tests = {
inherit (nixosTests) syncthing syncthing-init syncthing-relay;
inherit (nixosTests) syncthing syncthing-init syncthing-many-devices syncthing-no-settings syncthing-relay;
};
updateScript = nix-update-script { };
};