Skip to content

Commit

Permalink
mautrix-discord: link to NixOS module test
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Feb 8, 2024
1 parent db6d08b commit c00a1ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/servers/mautrix-discord/default.nix
Expand Up @@ -4,6 +4,7 @@
, olm
, nix-update-script
, testers
, nixosTests
, mautrix-discord
}:

Expand All @@ -29,8 +30,11 @@ buildGoModule rec {

passthru = {
updateScript = nix-update-script { };
tests.version = testers.testVersion {
package = mautrix-discord;
tests = {
mautrix-discord = nixosTests.mautrix-discord;
version = testers.testVersion {
package = mautrix-discord;
};
};
};

Expand Down

0 comments on commit c00a1ff

Please sign in to comment.