nixosTests.mautrix-discord: fix

the test runs netstat, it needs to be installed
This commit is contained in:
Guillaume Girol
2025-07-26 12:00:00 +00:00
parent 7fd36ee82c
commit ee828cccfa
+4
View File
@@ -83,6 +83,10 @@ in
8008
8009
];
environment.systemPackages = [
pkgs.nettools
];
};
client =