mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 17:57:23 +00: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 = {
|
passthru.tests = {
|
||||||
borgbackup-integration = nixosTests.borgbackup;
|
borgbackup-integration = nixosTests.borgbackup;
|
||||||
|
openssh = nixosTests.openssh;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user