Commit 62ace1bb authored by Tom Fitzhenry's avatar Tom Fitzhenry
Browse files

openssh: add nixosTests.openssh to passthru.tests

parent a4a608e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -170,6 +170,7 @@ stdenv.mkDerivation {

  passthru.tests = {
    borgbackup-integration = nixosTests.borgbackup;
    openssh = nixosTests.openssh;
  };

  meta = with lib; {