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
Weijia Wang
2f17e933b4
ugrep: 7.1.0 -> 7.1.1 (#360373) 2024-12-04 00:44:55 +01:00
Ashish SHUKLA
fafa175582
ugrep: 7.1.0 -> 7.1.1
Changes: https://github.com/Genivia/ugrep/releases/tag/v7.1.1

Co-authored-by: Samuel Tardieu <sam@rfc1149.net>
2024-11-30 12:10:10 +00:00
R. Ryantm
e28b3f0713 ugm: 1.5.0 -> 1.6.0 2024-11-27 19:33:31 +00:00
Ashish SHUKLA
41ee6d013b
ugrep: 7.0.3 -> 7.1.0
Changes: https://github.com/Genivia/ugrep/releases/tag/v7.1.0
2024-11-22 20:45:00 +01:00
Peder Bergebakken Sundt
be3bfd191d
uglify-js: 3.18.0 -> 3.19.3 (#339380) 2024-11-14 01:47:20 +01:00
Ashish SHUKLA
58e38adf0c
ugrep: 7.0.2 -> 7.0.3
Changes: https://github.com/Genivia/ugrep/releases/tag/v7.0.3
2024-11-12 22:36:50 +00: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
d-brasher
9f1bc42ec8 ugit: init at 5.8
Co-authored-by: Yohann Boniface <edhyjox@gmail.com>
2024-10-02 14:12:16 +02:00
oo-infty
15b33c77b2 maintainers: rename oo-infty to oosquare 2024-09-30 15:35:17 +08:00
lelgenio
b829051ea4 uglify-js: 3.18.0 -> 3.19.3 2024-09-03 22:01:04 -03:00
lelgenio
fbf9024093 uglify-js: fix update script 2024-09-03 21:59:35 -03:00
lelgenio
d990a4de51 uglify-js: add meta.changelog 2024-09-03 21:59:35 -03:00
lelgenio
8659aebbf4 nodePackages.uglify-js: repackage using buildNpmPackage 2024-07-01 01:38:09 -03: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
7b537b5b64 ugrep-indexer: 0.9.6 -> 1.0.0 2024-04-19 02:53:58 +00:00
oo-infty
a5388ad305 ugm: 1.4.0 -> 1.5.0 2024-04-13 10:57:31 +00:00
oo-infty
16544c2cf5 ugm: use nix-update-script 2024-04-13 18:56:40 +08:00
Weijia Wang
6271b14d39
Merge pull request #287467 from oo-infty/init-ugm
ugm: init at 1.4.0
2024-04-11 09:45:52 +02:00
Mikael Fangel
95eb164ede
ugrep-indexer: init at 0.9.6 2024-03-15 08:30:19 +01:00
oo-infty
8794795cb9 ugm: init at 1.4.0
CHANGELOG: <https://github.com/ariasmn/ugm/releases/tag/v1.4.0>
2024-02-10 13:14:18 +08:00