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