syncthing: Add missing nixosTests to passthru.tests (#394466)

This commit is contained in:
Pol Dellaiera
2025-03-30 09:31:33 +02:00
committed by GitHub
@@ -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 { };
};