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
R. Ryantm
5dc49edf82 cdk-go: 1.5.3 -> 1.5.4 2024-11-17 16:21:35 +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
R. Ryantm
767fcbb738 cdecl: 18.3 -> 18.4.1 2024-09-14 13:34:40 +00:00
R. Ryantm
4de6639906 cdecl: 18.2 -> 18.3 2024-08-16 01:23:14 +00:00
amesgen
13a894ff1c
cddl: move to by-name 2024-08-04 13:37:10 +02:00
R. Ryantm
b61731fc0f cdecl: 18.1 -> 18.2 2024-08-02 11:16:44 +00:00
R. Ryantm
86b81fe3fe cdecl: 18.0 -> 18.1 2024-07-21 01:45:47 +00:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
R. Ryantm
38edd07cb3 cdecl: 17.0.1 -> 18.0 2024-07-06 00:57:30 +00:00
Weijia Wang
98854d6f8b
Merge pull request #321656 from r-ryantm/auto-update/cdecl
cdecl: 17.0 -> 17.0.1
2024-06-28 00:00:32 +02:00
Fabian Affolter
37a14c2e43 cdncheck: init at 1.1.0
Tool to detect various technology for a given IP address

https://github.com/projectdiscovery/cdncheck
2024-06-22 15:29:51 +02:00
R. Ryantm
6dcbda2a20 cdecl: 17.0 -> 17.0.1 2024-06-22 03:28:38 +00:00
R. Ryantm
4247a763e4 cdk: 5.0-20230201 -> 5.0-20240619 2024-06-21 07:38:40 +00:00
R. Ryantm
ae29f53a69 cdecl: 16.4.1 -> 17.0 2024-06-14 02:51:28 +00: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
Sigmanificient
c07d54d1e1 cdecl: 16.3 -> 16.4.1 2024-06-05 08:56:34 +02:00
Sigmanificient
ce95595c1f cdecl: copy to cdecl-blocks, cdecl: 2.5 -> 16.3, changed upstream url 2024-05-16 23:39:21 +02:00
Sigmanificient
11c2265d7e cdecl: 2.5 -> 2.5-unstable-2024-05-07, add check, refactor
Jumping almost 8 years ahead, to the repo latest commit

cdecl: add check phase

cdecl: further refactoring
2024-05-09 18:00:44 +02:00
Sigmanificient
de8d1617da cdecl: major modernization refactor
cdecl: add homepage and mainProgram

cdecl: fix passthru.tests.x86_64-darwin
2024-05-07 06:50:40 +02:00
Sigmanificient
92af417a13 cdecl: adopt, migrate to by-name, reformat 2024-05-07 04:55:57 +02: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
Anderson Torres
ac9186c2b4 cdk: 5.0-20221025 -> 5.0-20230201 2023-10-09 23:50:05 -03:00
Anderson Torres
2388beb62b cdk: migrate to by-name 2023-10-09 23:22:07 -03:00
figsoda
0f754297bd cdwe: init at 0.3.0
https://github.com/synoet/cdwe
2023-09-08 18:35:51 -04:00