nixosTests.mautrix-discord: fix
the test runs netstat, it needs to be installed
This commit is contained in:
@@ -83,6 +83,10 @@ in
|
||||
8008
|
||||
8009
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.nettools
|
||||
];
|
||||
};
|
||||
|
||||
client =
|
||||
|
||||
Reference in New Issue
Block a user