Commit Graph

21 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
Sandro Jäckel
59d5a65afb
slipstream: stop overwriting maven 2024-07-15 15:13:22 +02:00
Weijia Wang
3fdbfbc36a slipstream: update mvnHash 2024-07-04 01:14:47 +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
Jussi Kuokkanen
ce3f586775 pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
Weijia Wang
0a8855f4bc treewide: update maven hash 2024-01-03 23:04:55 +01:00
Weijia Wang
30464bb5c5 treewide: fix mvnHash 2023-07-31 21:13:40 +02:00
Weijia Wang
e658ffa994 treewide: cleanup maven packages 2023-07-31 21:13:09 +02:00
figsoda
e4a0cc1550 pkgs/tools/games: remove dead code 2023-07-25 11:03:57 -04:00
mib
a103593b3b
slipstream: remove debug statement 2023-07-04 18:10:14 +02:00
mib
364b1d2985
slipstream: add platform
picking "all" since it's Java
2023-07-04 17:21:38 +02:00
mib
ae059c58a1
slipstream: document slipstream weirdness 2023-07-04 00:37:57 +02:00
mib
daf9c822dd
slipstream: get jdk from args 2023-07-04 00:21:46 +02:00
mib
aacc904981
slipstream: remove wrapper 2023-07-04 00:20:02 +02:00
mib
d2891886e2
slipstream: run {pre,post}Install hooks 2023-07-02 13:45:06 +02:00
mib
f70b53ea0b
slipstream: use buildMavenPackage 2023-07-02 13:29:22 +02:00
mib
8ce763b65c
slipstream: implement finalAttrs pattern 2023-07-02 13:24:10 +02:00
mib
0020bf2ff0
slipstream: use hash not sha256 for github fetch
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2023-07-02 13:24:10 +02:00
mib
eb65a8b165
slipstream: remove platforms
don't set platforms for a java app
2023-07-02 13:24:09 +02:00
mib
65e54a769a
slipstream: init at 1.9.1 2023-07-02 13:24:09 +02:00