Unverified Commit 1b86b63e authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #303962 from tomfitzhenry/openssh-passthru

openssh: add nixosTests.openssh to passthru.tests
parents 447fe499 62ace1bb
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; {