mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #303962 from tomfitzhenry/openssh-passthru
openssh: add nixosTests.openssh to passthru.tests
This commit is contained in:
commit
1b86b63edc
@ -170,6 +170,7 @@ stdenv.mkDerivation {
|
||||
|
||||
passthru.tests = {
|
||||
borgbackup-integration = nixosTests.borgbackup;
|
||||
openssh = nixosTests.openssh;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user