Commit Graph

25 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
zowoq
a8b18d5ecd fzf: 0.56.2 -> 0.56.3
Diff: https://github.com/junegunn/fzf/compare/v0.56.2...v0.56.3

Changelog: https://github.com/junegunn/fzf/blob/v0.56.3/CHANGELOG.md
2024-11-21 11:38:55 +10:00
zowoq
675bb2c7c2 fzf: 0.56.0 -> 0.56.2
Diff: https://github.com/junegunn/fzf/compare/v0.56.0...v0.56.2

Changelog: https://github.com/junegunn/fzf/blob/v0.56.2/CHANGELOG.md
2024-11-12 15:41:09 +10: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
R. Ryantm
5dc9d879f8 fzf-make: 0.36.0 -> 0.37.0 2024-10-29 18:19:42 +00:00
R. Ryantm
70a2342c5d fzf: 0.55.0 -> 0.56.0 2024-10-27 22:28:29 +01:00
R. Ryantm
567504ec63 fzf: 0.54.3 -> 0.55.0 2024-08-30 00:09:24 +10:00
Sigmanificient
5cbe9df983 fzf-make: 0.35.0 -> 0.36.0 2024-08-03 01:20:45 +02:00
Alexis Hildebrandt
bcb66e9e1a fzf: 0.54.2 -> 0.54.3 2024-08-01 08:49:32 +10:00
Alexis Hildebrandt
bc7b6b7ca6 fzf: 0.54.1 -> 0.54.2 2024-07-27 19:36:15 +02:00
Sigmanificient
b84a20c787 fzf-make: remove overuse of with lib; 2024-07-26 01:19:51 +02:00
Alexis Hildebrandt
3c72a5ae8e fzf: cleanup 2024-07-19 11:47:28 +02:00
Alexis Hildebrandt
3a85fa641d fzf: 0.54.0 -> 0.54.1 2024-07-19 11:45:04 +02:00
Lena
762086184a fzf: 0.53.0 -> 0.54.0 2024-07-10 10:26:29 +10:00
R. Ryantm
537f976d17 fzf-make: 0.34.0 -> 0.35.0 2024-06-25 23:01:08 +00:00
R. Ryantm
5ab5f68070 fzf-make: 0.33.0 -> 0.34.0 2024-06-18 23:06:20 +00:00
R. Ryantm
9a5fbbc137 fzf-make: 0.32.0 -> 0.33.0 2024-06-11 04:34:20 +00:00
R. Ryantm
f07f2b3c4a fzf: 0.52.1 -> 0.53.0 2024-06-09 09:14:20 +10:00
R. Ryantm
bef6c32d16 fzf-make: 0.30.0 -> 0.32.0 2024-05-22 21:41:15 +00:00
Alexis Hildebrandt
9f94017027 fzf: 0.52.0 -> 0.52.1 2024-05-14 12:17:45 +10:00
Alexis Hildebrandt
2d362ac695 fzf: 0.51.0 -> 0.52.0 2024-05-07 18:17:01 +02:00
R. Ryantm
27578c4601 fzf-make: 0.28.0 -> 0.30.0 2024-05-03 02:26:40 +00:00
Alexis Hildebrandt
bcd44e224f
fzf: 0.50.0 -> 0.51.0 (#308223) 2024-05-01 11:18:24 +00:00
Sigmanificient
a65395a7a7 fzf-make: 0.27.0 -> 0.28.0 2024-04-17 21:22:08 +02:00
Sigmanificient
504bba1876 fzf-make: migrate to by-name 2024-04-03 18:05:07 +02:00