Commit Graph

32 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
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
fa9f5ff086
oelint-adv: 6.0.0 -> 6.1.0, fetch source from github, enable tests 2024-09-30 09:32:00 -04:00
R. Ryantm
1b233e4c95 oelint-adv: 5.7.2 -> 6.0.0 2024-09-08 11:00:14 +00:00
R. Ryantm
2ee502c687 oelint-adv: 5.7.1 -> 5.7.2 2024-08-12 14:18:16 +00:00
R. Ryantm
bd5504e74b oelint-adv: 5.7.0 -> 5.7.1 2024-08-04 22:27:19 +00:00
R. Ryantm
40d460c2a9 oelint-adv: 5.6.0 -> 5.7.0 2024-06-27 06:54:57 +00:00
R. Ryantm
1fbb99350c oelint-adv: 5.5.0 -> 5.6.0 2024-06-20 19:43:01 +00:00
R. Ryantm
0c3d1be8c1 oelint-adv: 5.4.0 -> 5.5.0 2024-06-05 19:26:42 +00:00
R. Ryantm
08b49ba5db oelint-adv: 5.3.2 -> 5.4.0 2024-05-29 12:15:01 +00:00
R. Ryantm
6318b3093e oelint-adv: 5.3.1 -> 5.3.2 2024-05-18 22:10:04 +00:00
R. Ryantm
81f92b2ae3 oelint-adv: 5.3.0 -> 5.3.1 2024-04-28 05:44:45 +00:00
R. Ryantm
4cf1d81d4a oelint-adv: 5.1.3 -> 5.3.0 2024-04-23 01:29:16 +00:00
R. Ryantm
3813d8a534 oelint-adv: 5.1.2 -> 5.1.3 2024-04-16 13:19:20 +00:00
Otavio Salvador
0b361dd84d oelint-adv: 4.4.5 -> 5.1.2 2024-04-11 15:02:23 -03:00
R. Ryantm
7d09b94c1f oelint-adv: 4.4.4 -> 4.4.5 2024-03-23 00:10:55 +00:00
R. Ryantm
a999202794 oelint-adv: 4.4.1 -> 4.4.4 2024-03-19 11:35:31 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
77b008a874 oelint-adv: 4.4.0 -> 4.4.1 2024-02-28 05:47:09 +00:00
R. Ryantm
d53ad6a7f0 oelint-adv: 4.3.1 -> 4.4.0 2024-02-25 01:00:16 +00:00
R. Ryantm
4c5ee2488d oelint-adv: 4.3.0 -> 4.3.1 2024-02-21 03:34:45 +00:00
R. Ryantm
1162ba8949 oelint-adv: 4.2.0 -> 4.3.0 2024-02-17 12:41:30 +00:00
R. Ryantm
d74c40cb73 oelint-adv: 4.1.1 -> 4.2.0 2024-02-10 07:12:13 +00:00
R. Ryantm
521555a534 oelint-adv: 4.1.0 -> 4.1.1 2024-02-03 11:57:20 +00:00
R. Ryantm
946ac7831c oelint-adv: 3.26.12 -> 4.1.0 2024-01-28 01:03:46 +00:00
R. Ryantm
1dbdb3bf87 oelint-adv: 3.26.6 -> 3.26.12 2024-01-07 22:47:32 +00:00
R. Ryantm
75b4536f28 oelint-adv: 3.26.5 -> 3.26.6 2024-01-02 02:37:27 +00:00
R. Ryantm
3f1692a172 oelint-adv: 3.26.4 -> 3.26.5 2023-12-17 09:52:53 +00:00
Otavio Salvador
684c68ead6 oelint-adv: 3.26.2 -> 3.26.4 2023-11-28 22:42:50 +00:00
R. Ryantm
92e191bf9e oelint-adv: 3.26.1 -> 3.26.2 2023-11-02 22:40:49 +00:00
Otavio Salvador
317946eb4d oelint-adv: 3.25.0 -> 3.26.1 2023-10-21 09:27:00 -03:00
Otavio Salvador
b96541c710 oelint-adv: init at 3.25.0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-09-29 08:50:50 -03:00