Commit Graph

19 Commits

Author SHA1 Message Date
Marcin Serwin
5e75181628 maintainers: drop dit7ya
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-05-15 20:24:01 +02:00
Thierry Delafontaine
9477be20e1 mods: remove maintainer delafthi 2025-11-08 20:24:45 +01:00
jopejoe1
9a076a60d4 mods: 1.7.0 -> 1.8.1 (#425603) 2025-07-26 11:59:23 +02:00
Thierry Delafontaine
f77112d0a7 mods: 1.7.0 -> 1.8.1
- Skip tests on macOS due to sandbox restrictions causing panic when
  reading /etc/protocols and /etc/services files
- Skip generating man pages and shell completions on macOS due to the
  same reasons mentioned above
2025-07-26 10:20:53 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Thierry Delafontaine
1f4e74596c mods: add delafthi as maintainer 2025-07-17 10:50:27 +02:00
Thierry Delafontaine
08745440f4 mods: improve installation of man pages and shell completions
- Introduce `installManPages` and `installShellCompletions` flags to control
  installation of man pages and shell completions based on platform capability.
- Conditionally include `installShellFiles` in `nativeBuildInputs` only if either
  man pages or shell completions are enabled.
- Update `postInstall` to optionally install man pages and shell completions using
  the new flags, improving flexibility and platform compatibility.
2025-07-16 12:01:03 +02:00
Thierry Delafontaine
c5dbbe4083 mods: replace rev with tag in fetchFromGitHub 2025-07-16 12:00:03 +02:00
Thierry Delafontaine
deeade08e0 mods: use finalAttrs instead of rec 2025-07-16 11:57:45 +02:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
luftmensch-luftmensch
1c7dc14507 mods: remove with lib; 2025-03-15 15:15:23 +01:00
luftmensch-luftmensch
532b5e8a9a mods: 1.6.0 -> 1.7.0 2025-03-15 15:05:11 +01:00
Silvan Mosberger
4f0dadbf38 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 a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
redyf
7aa0f1acc8 mods: 1.5.0 -> 1.6.0
https://github.com/charmbracelet/mods/releases/tag/v1.6.0
2024-09-12 18:01:18 -03:00
redyf
3f21af0330 mods: 1.4.1 -> 1.5.0
https://github.com/charmbracelet/mods/releases/tag/v1.5.0
2024-07-30 16:39:23 -03:00
Carlos Alexandro Becker
617fd13c71 mods: 1.4.0 -> 1.4.1
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-06-18 13:32:08 -03:00
Reed
c7665a7066 mods: 1.3.1 -> 1.4.0 2024-06-07 01:41:27 -04:00
Leah Amelia Chen
caf25eb523 mods: unbreak, modernize
There were two tests that required internet access, and so we just skip
them. Also moved to `pkgs/by-name` and reformatted with
`nixfmt-rfc-style`.
2024-05-22 19:14:22 +02:00