Commit Graph

33 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
Gutyina Gergő
f76363e91d
omnisharp-roslyn: bump from .NET 6 to 8, add support for 9 2024-12-01 00:38:55 +01:00
eljamm
bb3bf67820
omnom: 0-unstable-2024-10-01 -> 0-unstable-2024-11-20 2024-11-21 09:45:50 +01:00
eljamm
f7729271c8
omnom: don't wrap binary or patch config
This is better handled using a service.
2024-11-21 09:45:50 +01:00
eljamm
9e7cbd1095
omnom: package Firefox and Chrome addons 2024-11-21 09:45:50 +01:00
eljamm
4d5c03fa7f
omnom: 0-unstable-2024-08-29 -> 0-unstable-2024-10-01 2024-11-21 09:45:49 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
David McFarland
c286340232
omnisharp-roslyn: drop .NET 7 test, refactor (#343690) 2024-10-31 12:07:17 -03:00
Weijia Wang
0303ea1f2e naja, omnom, taler-depolymerization, taler-wallet-core: update maintainers 2024-09-26 16:24:45 +02:00
Weijia Wang
1c0b85b150
omnom: init at 0-unstable-2024-08-29 (#339846) 2024-09-26 14:13:40 +02:00
Guilhem Saurel
b883630cfd omniorbpy: move to python-modules 2024-09-23 16:44:27 +02:00
Gutyina Gergő
1e56561c12
omnisharp-roslyn: add maintainer gepbird 2024-09-22 11:58:19 +02:00
Gutyina Gergő
218f0f9c40
omnisharp-roslyn: ignore beta releases for update script 2024-09-22 11:29:53 +02:00
Gutyina Gergő
ac2f7cf25a
omnisharp-roslyn: set passthru.updateScript 2024-09-22 11:09:06 +02:00
Gutyina Gergő
18542a7bff
omnisharp-roslyn: drop test for .NET 7 2024-09-22 11:09:05 +02:00
Gutyina Gergő
f9d3af6fce
omnisharp-roslyn: move to pkgs/by-name 2024-09-22 11:09:01 +02:00
R. Ryantm
14ff33bde2 omekasy: 1.2.3 -> 1.3.1 2024-09-09 14:37:23 +00:00
eljamm
a5be4af4f1
omnom: init at 0-unstable-2024-08-29 2024-09-05 17:44:47 +01:00
Julius Michaelis
2d22740568 omekasy: init at 1.2.3 2024-07-11 21:35:11 +09:00
R. Ryantm
e6419b68e7 omnictl: 0.38.2 -> 0.38.3 2024-07-05 05:51:09 +00:00
R. Ryantm
266d8f014d omnictl: 0.38.1 -> 0.38.2 2024-06-28 04:50:30 +00:00
R. Ryantm
580513218a omnictl: 0.37.5 -> 0.38.1 2024-06-22 08:52:30 +00:00
R. Ryantm
68516e41a3 omnictl: 0.37.0 -> 0.37.5 2024-06-14 11:02:19 +00:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +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
d380741d6d omnictl: 0.36.0 -> 0.37.0 2024-06-07 02:51:23 +00:00
R. Ryantm
5820a13cbd omnictl: 0.35.1 -> 0.36.0 2024-05-24 15:51:28 +00:00
R. Ryantm
c2781a62a5 omnictl: 0.35.0 -> 0.35.1 2024-05-19 11:03:36 +00:00
R. Ryantm
bc9967fba4 omnictl: 0.34.0 -> 0.35.0 2024-05-13 19:49:02 +00:00
R. Ryantm
9f4ef56ba3 omnictl: 0.33.2 -> 0.34.0 2024-04-26 11:12:58 +00:00
R. Ryantm
a92a4878ab omnictl: 0.32.2 -> 0.33.2 2024-04-21 01:23:52 +00:00
Raymond Douglas
0ffde8d0c8
omnictl: init at 0.32.2 2024-04-12 18:36:35 -07:00
Guilhem Saurel
0bc4ce89fc omniorbpy: init at 4.3.2 2024-03-25 09:50:19 +01:00