sshwifty: add NixOS test

Signed-off-by: David Wronek <david.wronek@mainlining.org>

+5 -1
+5 -1
pkgs/by-name/ss/sshwifty/package.nix
··· 4 buildNpmPackage, 5 fetchFromGitHub, 6 versionCheckHook, 7 nix-update-script, 8 go_1_25, 9 }: ··· 52 nativeInstallCheckInputs = [ versionCheckHook ]; 53 doInstallCheck = true; 54 55 - passthru.updateScript = nix-update-script { }; 56 57 meta = { 58 description = "WebSSH & WebTelnet client";
··· 4 buildNpmPackage, 5 fetchFromGitHub, 6 versionCheckHook, 7 + nixosTests, 8 nix-update-script, 9 go_1_25, 10 }: ··· 53 nativeInstallCheckInputs = [ versionCheckHook ]; 54 doInstallCheck = true; 55 56 + passthru = { 57 + tests = { inherit (nixosTests) sshwifty; }; 58 + updateScript = nix-update-script { }; 59 + }; 60 61 meta = { 62 description = "WebSSH & WebTelnet client";