From ee828cccfa37c1ef1787655b57625994d556fbfa Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Sat, 26 Jul 2025 12:00:00 +0000 Subject: [PATCH] nixosTests.mautrix-discord: fix the test runs netstat, it needs to be installed --- nixos/tests/matrix/mautrix-discord.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/tests/matrix/mautrix-discord.nix b/nixos/tests/matrix/mautrix-discord.nix index ebb296416fa1..2609005c0ccc 100644 --- a/nixos/tests/matrix/mautrix-discord.nix +++ b/nixos/tests/matrix/mautrix-discord.nix @@ -83,6 +83,10 @@ in 8008 8009 ]; + + environment.systemPackages = [ + pkgs.nettools + ]; }; client =