From cd7e4a1b3285e403d76830936013dca8e303dab8 Mon Sep 17 00:00:00 2001 From: fleaz Date: Thu, 17 Mar 2022 17:57:23 +0100 Subject: nixos/tests/uptermd: init --- pkgs/tools/misc/upterm/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/tools') diff --git a/pkgs/tools/misc/upterm/default.nix b/pkgs/tools/misc/upterm/default.nix index c392dd2802728..fe4ac3599a76a 100644 --- a/pkgs/tools/misc/upterm/default.nix +++ b/pkgs/tools/misc/upterm/default.nix @@ -2,6 +2,7 @@ , buildGo118Module , fetchFromGitHub , installShellFiles +, nixosTests }: buildGo118Module rec { @@ -29,6 +30,8 @@ buildGo118Module rec { doCheck = true; + passthru.tests = { inherit (nixosTests) uptermd; }; + __darwinAllowLocalNetworking = true; meta = with lib; { -- cgit 1.4.1