0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-18 08:00:13 +03:00
Commit graph

5 commits

Author SHA1 Message Date
nix-backports[bot]
3f02dc2866
[Backport release-24.11] nixos/opensmtpd: fix tests, fix sendmail, add sendmail test (#368307)
* nixos/opensmtpd: fix opensmtpd test

(cherry picked from commit 42c2634653)

* nixos/opensmtpd: fix opensmtpd-rspamd test

(cherry picked from commit c340fd898c)

* fix opensmtpd's sendmail, add relevant test

(cherry picked from commit fb4ff06a4b)

* nixos/opensmtpd: run nixfmt as requested by ci

(cherry picked from commit 69a8aba113)

---------

Co-authored-by: Léo Gaspard <leo@gaspard.io>
2024-12-27 14:03:38 +01:00
Silvan Mosberger
d9d87c5196 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev 0128fbb0a5
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:29:24 +01:00
Jade Lovelace
e4168ef9ba nixos/tests: fix rspamd under network-online dep fix 2024-01-18 16:28:41 -08:00
Artturin
54ece050b8 nixos/qemu-vm: default memorySize 384 -> 1024
the default hasn't been changed since 2009
this can improve our test performances

nixos/tests: remove explicit memorySize <1024

1024MiB is now the default
2021-11-21 17:27:58 +02:00
Sebastian Neubauer
68c618cba3
opensmtpd-filter-rspamd: init at 0.1.7 (#122823) 2021-05-19 22:37:49 +02:00