Merge pull request #303962 from tomfitzhenry/openssh-passthru

openssh: add nixosTests.openssh to passthru.tests
This commit is contained in:
Franz Pletz 2024-04-15 07:51:24 +02:00 committed by GitHub
commit 1b86b63edc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ stdenv.mkDerivation {
passthru.tests = {
borgbackup-integration = nixosTests.borgbackup;
openssh = nixosTests.openssh;
};
meta = with lib; {