Commit Graph

17 Commits

Author SHA1 Message Date
Wolfgang Walther
aa7f574386 maintainers: drop manveru
Did not react to maintainer pings since 2024. Dropping according to
maintainer guidelines.
2026-01-10 22:12:03 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Bryan Honof
70097f7c66 fpm: 1.15.1 -> 1.16.0 2025-04-09 21:17:36 +02: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
Hal Massey
0cc0698bef fpm: 1.13.0 -> 1.15.1
https://github.com/jordansissel/fpm/blob/main/CHANGELOG.rst#L4-L63
2024-01-22 19:10:27 -06:00
h7x4
41974d5ed9 treewide: add mainProgram 2023-11-27 02:17:53 +01:00
adisbladis
c08e7693f9 fpm: 1.11.0 -> 1.13.0 2021-06-30 15:06:23 -05:00
zowoq
59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Michael Fellinger
f92600b406 update versions in Gemfile.lock 2020-04-06 15:02:13 +02:00
Nick Novitski
7136e0d0a6 bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
Michael Fellinger
aed27facc0 fpm: 1.9.3 -> 1.11.0, use bundlerApp 2019-05-02 23:51:11 +02:00
adisbladis
ef97adf60c fpm: 1.6.2 -> 1.9.3 2017-11-02 10:22:51 +08:00
Peter Hoeg
4494720241 fpm: fix vulnerable dependency 2017-02-02 22:58:43 +08:00
zimbatm
16cf3cf687 fpm: simplify 2016-10-08 22:38:57 +01:00
Peter Hoeg
9aa2515d14 fpm: 1.4.0 -> 1.6.2 2016-08-21 20:28:39 +08:00
Vladimír Čunát
f9cae4f6dc fpm: init at 1.4.0
/cc #14061.
2016-03-20 11:56:07 +01:00