Commit Graph

25 Commits

Author SHA1 Message Date
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
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
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Michael Fellinger
71d7145a4b
mint: 0.15.3 -> 0.19.0 2024-01-08 15:02:55 +01:00
R. Ryantm
c2b81a51b3 mint: 0.15.1 -> 0.15.3 2024-01-05 03:00:12 +01:00
R. Ryantm
f3cbbe0746 mint: 0.14.0 -> 0.15.1 2021-12-25 17:58:07 +00:00
Fabián Heredia Montiel
12a2ef34b5 mint: crystal_1_0 → crystal 2021-10-14 15:02:55 -05:00
Artturin
fba8a69105 mint: 0.11.0 -> 0.14.0 2021-07-21 03:54:34 +03:00
Peter Hoeg
34b5e46f73 mint: 0.9.0 -> 0.11.0 2021-04-01 11:12:47 +08:00
Peter Hoeg
fb8902ba07 mint: 0.7.1 -> 0.9.0 2020-04-22 17:30:22 +08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Silvan Mosberger
9408c29404 mint: 0.5.0 -> 0.7.1
This also fixes the build with the latest crystal version
2020-02-17 23:54:02 -08:00
Silvan Mosberger
2f92cd6960
mint: Use buildCrystalPackage 2019-08-26 20:05:23 +02:00
Silvan Mosberger
1ffdf01777
crystal2nix: Put it into pkgs 2019-08-26 18:23:55 +02:00
Silvan Mosberger
8c60f67f2d
mint: Fix build 2019-08-26 16:31:48 +02:00
Michael Fellinger
69c6483a74 mint: 0.3.1 -> 0.5.0 2019-04-29 10:58:51 +02:00
Michael Fellinger
c4ff3664eb mint: 0.2.1 -> 0.3.1 (#47586) 2018-10-01 17:33:59 +02:00
Michael Fellinger
765f8d3569 mint: 0.2.0 -> 0.2.1 (#45684) 2018-08-28 00:24:13 +02:00
Michael Fellinger
0f3eaa0bd5 crystal: 0.25.0 -> 0.25.1; mint 0.1.0 -> 0.2.0 (#44237) 2018-07-31 16:54:37 +02:00
Michael Fellinger
08e79cad4f Mint: 0.0.4 -> 0.1.0 (#43103) 2018-07-06 11:32:08 +02:00
Michael Fellinger
d9428ceaf5 Mint: 0.0.3 -> 0.0.4 2018-06-17 13:03:47 +02:00
Michael Fellinger
b7a025cef2 Mint: 2018-05-27 -> 0.0.3 (#41554) 2018-06-06 22:08:34 +02:00
Michael Fellinger
ba1268fd9d Use fetchFromGitHub instead 2018-05-30 17:54:56 +02:00
Michael Fellinger
4f7c9186f0 Switch to fetchgit 2018-05-27 22:51:38 +02:00
Michael Fellinger
d6c4e3e8fb Mint-lang: Init at 2018.05.27 2018-05-27 22:09:09 +02:00