Commit graph

8 commits

Author SHA1 Message Date
wxt 6b2d2f7549 nixosTests.mailhog: reenable the flags 2025-04-17 20:57:14 +08:00
Piotr Kwiecinski 4aee21a52a
nixosTests.mailhog: migrate to runTest
Part of #386873
2025-04-16 10:12:28 +02:00
Piotr Kwiecinski af299f3b4e
nixosTests.mailhog: remove unsupported flags from sendmail 2025-04-16 10:09:10 +02:00
Silvan Mosberger 374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
RTUnreal c6053a54bb nixos/tests/mailhog: modify test to use system sendmail.
change the test to test the `services.mailhog.setSendmail` option. This
will also test the STMP connection as well.
2024-10-29 19:17:59 +01:00
rnhmjoj 5803706662
nixos/tests: fix type mismatch in wait_for_open_port
Fix some fallout from de3e423 (PR #171280).
2022-06-11 14:22:53 +02:00
Robert Hensing aa0f27abb0 treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
Johannes Schleifenbaum df7a435e3e
mailhog: add simple test 2020-12-17 16:58:57 +01:00