Commit Graph

19 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
32fd0fa193 vkd3d: 1.13 -> 1.14 2024-12-05 09:41:46 +00:00
Aleksana
f20dfdbabf
treewide: remove AndersonTorres from maintainers (#360292) 2024-12-01 18:08:16 +08:00
Anderson Torres
9a56705f94 various: remove AndersonTorres from maintainers
As a short note, I am relinquishing the maintenance of many packages, because it
is too much to me to handle right now.
2024-11-30 16:29:06 -03:00
R. Ryantm
421aafb453 vkdt: 0.9.0 -> 0.9.1 2024-11-28 22:47:09 +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
ed281f8368 vkd3d: 1.12 -> 1.13 2024-10-15 06:59:06 +00:00
Anderson Torres
094830bb8c vkd3d-proton: 2.12 -> 2.13 2024-08-02 12:01:16 -03:00
Anderson Torres
2b8216810b vkd3d-proton: 2.11 -> 2.12 2024-08-02 12:00:29 -03:00
Anderson Torres
6d55f9c993 vkd3d-proton: 2.10 -> 2.11 2024-08-02 11:59:42 -03:00
Anderson Torres
c471d84866 vkd3d-proton: 2.9 -> 2.10 2024-08-02 11:58:45 -03:00
Anderson Torres
71b09ba737 vkd3d-proton: 2.8-unstable-2023-04-21 -> 2.9 2024-08-02 11:57:05 -03:00
Anderson Torres
e9cb38e00d vkd3d-proton: nixfmt-rfc-style 2024-08-02 11:54:05 -03:00
Anderson Torres
dced6710d6 vkd3d-proton: huge refactor
- detach sources acquisition to `sources.nix`

  Because it is a bit complex:
  - fetchSubmodules
    - maybe they should be manually fetched?
  - the build scripts call Git commands

  Also, passthru them.

- split outputs
- strictDeps
- no nested with
- change maintainer to AndersonTorres

  Since expipiplus1 is inactive.
2024-08-02 11:34:24 -03:00
Anderson Torres
02a0acfd65 vkd3d-proton: migrate to by-name 2024-08-02 11:34:24 -03:00
Anderson Torres
7c5ef0c3af vkd3d: 1.11 -> 1.12 2024-06-14 15:39:10 -03:00
Anderson Torres
6c631cfc47 vkd3d: 1.10 -> 1.11
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
2024-06-14 15:30:47 -03:00
Anderson Torres
8453d43b05 vkd3d: refactor
- finalAttrs
- split outputs
- strictDeps
- no nested with
- meta
  - longDescription
  - mainProgram
  - add AndersonTorres as maintainer
2024-06-14 15:30:35 -03:00
Anderson Torres
82bff8fc88 vkd3d: migrate to by-name 2024-06-14 15:22:56 -03:00