openssh: add link to related nixos test
It'd certainly be better to have an openssh-specific integration test, but it's not there yet and this is better than nothing.
This commit is contained in:
parent
865d28a8b6
commit
53f43a2048
@ -22,6 +22,7 @@
|
|||||||
, withKerberos ? true
|
, withKerberos ? true
|
||||||
, libkrb5
|
, libkrb5
|
||||||
, libfido2
|
, libfido2
|
||||||
|
, nixosTests
|
||||||
, withFIDO ? stdenv.hostPlatform.isUnix && !stdenv.hostPlatform.isMusl
|
, withFIDO ? stdenv.hostPlatform.isUnix && !stdenv.hostPlatform.isMusl
|
||||||
, linkOpenssl ? true
|
, linkOpenssl ? true
|
||||||
}:
|
}:
|
||||||
@ -111,6 +112,10 @@ stdenv.mkDerivation rec {
|
|||||||
"sysconfdir=\${out}/etc/ssh"
|
"sysconfdir=\${out}/etc/ssh"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
borgbackup-integration = nixosTests.borgbackup;
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An implementation of the SSH protocol${extraDesc}";
|
description = "An implementation of the SSH protocol${extraDesc}";
|
||||||
homepage = "https://www.openssh.com/";
|
homepage = "https://www.openssh.com/";
|
||||||
|
Loading…
Reference in New Issue
Block a user