Commit Graph

21 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
seth
56d1dce26b
xwayland-satellite: add meta.changelog 2024-11-07 16:05:37 -05:00
seth
fdf4642040
xwayland-satellite: 0.4-unstable-2024-09-15 -> 0.5
Changelog: https://github.com/Supreeeme/xwayland-satellite/releases/tag/v0.5
Diff: b962a0f33b...v0.5
2024-11-07 16:03:34 -05:00
seth
c6dc80048d
xwayland-satellite: use binary wrapper
We don't require the overhead of a shell wrapper here as we're only
manipulating $PATH
2024-10-16 20:08:39 -04:00
seth
9d53ad1f97
xwayland-satellite: add getchoo as maintainer 2024-10-16 20:08:39 -04:00
seth
fcb6fce9be
xwayland-satellite: cleanup meta 2024-10-16 20:08:37 -04:00
seth
ed3a3b0072
xwayland-satellite: 0.4 -> 0.4-unstable-2024-09-15
Diff: https://github.com/Supreeeme/xwayland-satellite/compare/v0.4...b962a0f33b503aa39c9cf6919f488b664e5b79b4
2024-10-14 10:09:46 -04:00
seth
5aa5a319b7
xwayland-satellite: format with nixfmt 2024-10-14 10:09:37 -04:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
Pyrox
6dcbd3d153
xwiimote: 2 -> 2-unstable-2024-02-29
Includes many fixes and patches that are not in the latest released
version
2024-08-14 23:49:13 -04:00
Pyrox
e7a3407223
xwiimote: migrate to pkgs/by-name 2024-08-14 15:45:29 -04:00
Peder Bergebakken Sundt
ac443d616e
Merge pull request #326800 from sodiboo/niri
xwayland-satellite: correctly pass xwayland dependency in PATH
2024-07-19 16:40:18 +02:00
arthsmn
6492c4ee64
xwayland-run: 0.0.3 -> 0.0.4 2024-07-15 10:39:30 -03:00
sodiboo
535597b70c xwayland-satellite: add sodiboo as maintainer 2024-07-12 08:11:30 +02:00
sodiboo
b5228d2b3a xwayland-satellite: correctly pass xwayland dependency in PATH 2024-07-11 19:36:33 +02:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
if-loop69420
d38f87d88a xwayland-satellite: init at 0.4 2024-06-30 15:17:26 +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
arthsmn
850273d32c
xwayland-run: 0.0.2 -> 0.0.3 2024-03-25 20:51:45 -03:00
arthsmn
15a643171d xwayland-run: init at 0.0.2 2023-12-18 16:44:05 -03:00