Commit Graph

26 Commits

Author SHA1 Message Date
Rafael Kraut
cadbd79f3c
mailpit: 1.20.4 -> 1.21.0 2024-10-28 09:27:18 +01:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
4fc58eac42 mailpit: 1.20.2 -> 1.20.4 2024-09-09 09:58:28 +00:00
R. Ryantm
f2e3fde9ca mailpit: 1.20.1 -> 1.20.2 2024-08-21 09:00:44 +00:00
Nick Cao
fdabc67772
Merge pull request #334352 from r-ryantm/auto-update/mailpit
mailpit: 1.19.3 -> 1.20.1
2024-08-14 15:43:04 -04:00
Maximilian Bosch
a2437d8075
nixos/mailpit: init
Simple module to configure a systemd service for mailpit.
2024-08-14 11:33:52 +02:00
R. Ryantm
3aa6aa2f7a mailpit: 1.19.3 -> 1.20.1 2024-08-13 10:31:48 +00:00
Rafael Kraut
28e14b32a8
mailpit: 1.15.1 -> 1.19.3 2024-07-29 18:58:01 +02:00
Rafael Kraut
063251a83f
mailpit: fix passthru.updateScript 2024-07-29 18:29:25 +02:00
Rafael Kraut
ee537a1d18
mailpit: implement passthru.updateScript (#324302) 2024-07-26 21:27:48 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
36f22b8508 mailpit: 1.15.0 -> 1.15.1 2024-04-05 04:40:22 +00:00
Gaël Reyrol
34c2feed70
mailpit: 1.13.1 -> 1.15.0 2024-03-21 10:27:52 +01:00
Gaël Reyrol
5afdc8e034
mailpit: 1.12.1 -> 1.13.1
Diff: https://github.com/axllent/mailpit/compare/v1.12.1...v1.13.1

Changelog: https://github.com/axllent/mailpit/releases/tag/v1.13.1
2024-01-28 10:54:35 +01:00
Gaël Reyrol
28cf01450e
mailpit: 1.11.1 -> 1.12.1 2024-01-04 08:37:20 +01:00
Gaël Reyrol
3cf84a5706
mailpit: 1.11.0 -> 1.11.1 2023-12-18 11:42:09 +01:00
Gaël Reyrol
4e393f9672
mailpit: 1.10.4 -> 1.11.0 2023-12-14 09:14:25 +01:00
Gaël Reyrol
eecb779dbc
mailpit: 1.10.2 -> 1.10.4 2023-12-07 10:07:56 +01:00
Gaël Reyrol
ac10593dfa
mailpit: 1.10.1 -> 1.10.2 2023-12-01 08:15:00 +01:00
Gaël Reyrol
5fec0d8a35
mailpit: 1.10.0 -> 1.10.1 2023-11-20 09:24:50 +01:00
Mario Rodas
0b119a2d3c mailpit: fix build on darwin 2023-11-17 04:20:00 +00:00
Gaël Reyrol
13cb93096e
mailpit: 1.9.9 -> 1.10.0 2023-11-13 10:09:54 +01:00
Mario Rodas
1c247c31d4 mailpit: add meta.mainProgram 2023-10-30 04:20:00 +00:00
Mario Rodas
d761372b5c mailpit: 1.7.1 -> 1.9.9
Changelog: https://github.com/axllent/mailpit/releases/tag/v1.9.9
2023-10-30 04:20:00 +00:00
Stéphan Kochen
8a072bf42f mailpit: fix build by splitting off nodejs part 2023-07-12 13:15:34 +02:00
Stéphan Kochen
e2e2443f5c mailpit: init at 1.7.1 2023-07-11 14:19:14 +02:00