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:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user