sshwifty: add NixOS test

Signed-off-by: David Wronek <david.wronek@mainlining.org>
This commit is contained in:
David Wronek
2025-09-10 07:40:09 +02:00
parent 3a6eb5b0e3
commit e758231d10
+5 -1
View File
@@ -4,6 +4,7 @@
buildNpmPackage,
fetchFromGitHub,
versionCheckHook,
nixosTests,
nix-update-script,
go_1_25,
}:
@@ -52,7 +53,10 @@ buildGo125Module (finalAttrs: {
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
passthru.updateScript = nix-update-script { };
passthru = {
tests = { inherit (nixosTests) sshwifty; };
updateScript = nix-update-script { };
};
meta = {
description = "WebSSH & WebTelnet client";