Commit Graph

6 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
Bobby Rong
c49b11790b
warpinator: 1.8.6 -> 1.8.7
https://github.com/linuxmint/warpinator/compare/1.8.6...1.8.7
2024-12-05 22:33:08 +08:00
Bobby Rong
4265a3e720
warpinator: 1.8.5 -> 1.8.6
https://github.com/linuxmint/warpinator/compare/1.8.5...1.8.6
2024-07-22 20:48:51 +08:00
Bobby Rong
508637b0e3
xapp: Move from cinnamon scope to top-level
* The timeshift changes are used to make by-name check happy.
* More by-name changes in the next commit.
2024-07-22 01:02:16 +08:00
Bobby Rong
4e7cf17a36
python3.pkgs.python-xapp: Renamed from python3.pkgs.xapp
* The upstream meson.build project name is python-xapp.
* It is too common to require both the xapp and python-xapp in the same package and as a
  result too easy to result in wrong usages like the one mentioned in pull request 213561.
2024-07-22 01:02:15 +08:00
Bobby Rong
6326886cd0
warpinator: Move from cinnamon scope to top-level 2024-07-21 21:17:07 +08:00