Commit Graph

25 Commits

Author SHA1 Message Date
R. Ryantm
10a1b0fa88 planify: 4.19.3 -> 4.19.4 2026-05-24 15:17:19 +00:00
Atemu
511b83ef51 planify: 4.19.0 -> 4.19.3 2026-05-19 20:12:56 +02:00
Karun Sandhu
510b5c4a43 planify: 4.18.3 -> 4.19.0 2026-04-20 16:56:13 +02:00
R. Ryantm
bac15c33bd planify: 4.18.0 -> 4.18.3 2026-03-18 19:13:29 +00:00
R. Ryantm
1b3f2de826 planify: 4.17.0 -> 4.18.0 2026-02-08 13:09:04 +00:00
quantenzitrone
6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
R. Ryantm
610fe2c643 planify: 4.16.1 -> 4.17.0 2025-12-26 14:03:36 +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
b821e2145c planify: 4.16.0 -> 4.16.1 2025-11-28 00:42:06 +00:00
R. Ryantm
07391794fa planify: 4.15.2 -> 4.16.0 2025-11-21 13:07:24 +00:00
R. Ryantm
dfa87a7f16 planify: 4.15.1 -> 4.15.2 2025-11-07 13:34:43 +00:00
Bobby Rong
d8265f6943 planify: 4.14.1 -> 4.15.1
https://github.com/alainm23/planify/compare/4.14.1...v4.15.1
2025-10-12 12:19:29 +08:00
Rafael Ieda
a9584b6a15 planify: 4.14.0 -> 4.14.1 2025-09-29 07:41:28 -03:00
Bobby Rong
4932872780 planify: 4.13.4 -> 4.14.0
https://github.com/alainm23/planify/compare/4.13.4...4.14.0
2025-09-19 20:34:53 +08:00
R. Ryantm
6ae4f18e21 planify: 4.13.2 -> 4.13.4
https://github.com/alainm23/planify/compare/4.13.2...4.13.4
2025-08-28 20:55:01 +08:00
R. Ryantm
29b59ada1d planify: 4.13.0 -> 4.13.2 2025-08-09 13:08:13 +00:00
R. Ryantm
1415957799 planify: 4.12.2 -> 4.13.0 2025-07-19 01:54:20 +00:00
Bobby Rong
28215026fc planify: 4.12.0 -> 4.12.2
https://github.com/alainm23/planify/compare/4.12.0...4.12.2
2025-06-22 22:57:32 +08:00
Fernando Rodrigues
05580f4b44 treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-25 22:20:17 -03:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
R. Ryantm
36e309d1dc planify: 4.11.6 -> 4.12.0 2025-02-05 01:51:43 +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
Bobby Rong
4edd69e182 planify: 4.11.4 -> 4.11.6
https://github.com/alainm23/planify/compare/4.11.4...4.11.6
2024-11-10 21:54:10 +08: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