Commit Graph

20 Commits

Author SHA1 Message Date
R. Ryantm
4b230bb299 cpp-utilities: 5.34.2 -> 5.35.0 2026-08-10 15:10:26 +00:00
R. Ryantm
df5c1e0f57 cpp-utilities: 5.34.1 -> 5.34.2 2026-07-09 21:50:06 +00:00
R. Ryantm
9df8f1bf45 cpp-utilities: 5.34.0 -> 5.34.1 2026-05-14 15:41:16 +00:00
R. Ryantm
0def05f317 cpp-utilities: 5.33.0 -> 5.34.0 2026-04-07 20:45:22 +00:00
R. Ryantm
8f3964c1a3 cpp-utilities: 5.32.1 -> 5.33.0 2026-03-07 15:32:36 +00:00
R. Ryantm
6e9ca77fa4 cpp-utilities: 5.32.0 -> 5.32.1 2026-01-07 00:18:23 +00: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
R. Ryantm
0d53058597 cpp-utilities: 5.31.1 -> 5.32.0 2025-12-03 00:44:29 +00:00
R. Ryantm
9c7ca028db cpp-utilities: 5.31.0 -> 5.31.1 2025-11-05 00:38:58 +00:00
R. Ryantm
eb0ec50a61 cpp-utilities: 5.30.0 -> 5.31.0 2025-09-26 20:45:19 +00:00
R. Ryantm
eca7e9a040 cpp-utilities: 5.29.0 -> 5.30.0 2025-08-15 01:12:32 +00:00
R. Ryantm
2dac1c9184 cpp-utilities: 5.28.1 -> 5.29.0 2025-07-03 00:48:58 +00:00
R. Ryantm
740aa3d690 cpp-utilities: 5.28.0 -> 5.28.1 2025-04-20 01:14:38 +00:00
R. Ryantm
aed6036491 cpp-utilities: 5.27.3 -> 5.28.0 2025-04-04 06:42:17 +00:00
R. Ryantm
f423ac94c1 cpp-utilities: 5.27.2 -> 5.27.3 2025-02-01 21:55:35 +00:00
R. Ryantm
63ea8854d2 cpp-utilities: 5.27.1 -> 5.27.2 2025-01-19 09:43:47 +00:00
R. Ryantm
62bed7c2a9 cpp-utilities: 5.27.0 -> 5.27.1 2025-01-07 01:14:40 +00: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
R. Ryantm
acee313dfc cpp-utilities: 5.26.1 -> 5.27.0 2024-12-04 23:27:37 +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