Commit Graph

23 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
Damien Cassou
e8e41d6f23
offpunk: 2.3 -> 2.4 2024-11-23 11:43:47 +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
Martin Weinelt
ef5574cd3a
offat: relax tenacity constraint 2024-10-26 04:54:41 +02:00
Robert Schütz
543781083a treewide: replace passthru.optional-dependencies with optional-dependencies 2024-09-29 20:37:23 -07:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
Fabian Affolter
56bea10b79 offat: relax setuptools 2024-09-06 10:28:21 +02:00
R. Ryantm
d4961abbca offat: 0.19.1 -> 0.19.3 2024-08-09 03:20:34 +00:00
R. Ryantm
57bda8cfde offat: 0.18.0 -> 0.19.1 2024-07-28 04:44:27 +00:00
Damien Cassou
9035d80c17
offpunk: 2.2 -> 2.3 2024-06-29 13:07:59 +02: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
R. Ryantm
3e86d4de3a offat: 0.17.5 -> 0.18.0 2024-05-20 17:44:41 +00:00
R. Ryantm
bf952f3388 offat: 0.17.3 -> 0.17.5 2024-05-08 11:08:06 +00:00
R. Ryantm
656dcc5c67 offat: 0.17.2 -> 0.17.3 2024-04-30 20:34:58 +00:00
R. Ryantm
8ed6c9a94c offat: 0.17.0 -> 0.17.2 2024-04-20 02:51:25 +00:00
Fabian Affolter
24115d0331 offat: format with nixfmt 2024-04-09 11:14:45 +02:00
R. Ryantm
347bdce1c4 offat: 0.16.0 -> 0.17.0 2024-04-08 11:37:04 +00:00
Fabian Affolter
d5e77a5187 offat: init at 0.16.0
Tool to test APIs for prevalent vulnerabilities

https://github.com/OWASP/OFFAT/
2024-04-01 21:03:18 +02:00
Pol Dellaiera
1b71ae2afa
offpunk: 2.1 -> 2.2
Changelog: https://lists.sr.ht/~lioploum/offpunk-users/%3C170777385215.6.13512070620790331499.266071897%40ploum.eu%3E
2024-02-12 22:47:52 +01:00
Viorel-Cătălin Răpițeanu
8b706616ca offpunk: convert to buildPythonApplication
Based on the application documentation/usage guide, there isn't a
single place where this is supposed to be used as a module separately.

On top of that, the new package tree is not intended to contain
buildPythonPackages. For those, the older tree structure should be used.
2024-01-31 01:47:49 +02:00
Damien Cassou
6d5eb2f5ef
offpunk: Add passthru.tests.version 2023-12-12 20:28:05 +01:00
Damien Cassou
7e00754625
offpunk: 2.0 -> 2.1 2023-12-12 20:28:05 +01:00
Damien Cassou
d3079756e1
offpunk: move to by-name 2023-11-18 07:48:13 +01:00