Commit Graph

22 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
1266ded08f xapp: 2.8.6 -> 2.8.7 2024-12-05 12:39:57 +00:00
Jan Christoph Ebersbach
b99389f02d
xautocfg: init at 1.2 (#335733)
Co-authored-by: Yohann Boniface <edhyjox@gmail.com>
Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-11-30 23:25:53 +08:00
Bobby Rong
94fe01900a
xapp: 2.8.5 -> 2.8.6
https://github.com/linuxmint/xapp/compare/2.8.5...2.8.6
2024-11-26 21:26:32 +08:00
Emily
35305f29a7
xar: fix Linux build on staging-next (#352507) 2024-11-10 08:44: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
Randy Eckenrode
0a48b45c5a
xar: fix Linux build on staging-next 2024-11-08 15:42:16 -05:00
0x4A6F
1f53d0a9f2
xandikos: 0.12.1 -> 0.12.2 (#352604)
* xandikos: 0.2.11 -> 0.2.12

* xandikos: move to pkgs/by-name
2024-11-06 15:31:15 +01:00
Randy Eckenrode
e3f28292e8
xar: 498 -> 501
https://github.com/apple-oss-distributions/xar/compare/xar-498...xar-501
2024-10-10 16:23:16 -04:00
Randy Eckenrode
aef4614421
xar: add xarMinimal
xarMinimal allows e2fsprogs to build fuse2fs again on Darwin.
See https://github.com/NixOS/nixpkgs/pull/339412.
2024-10-10 16:23:02 -04: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
github-actions[bot]
3a4a3e98a8
Merge staging-next into staging 2024-08-29 00:13:35 +00:00
R. Ryantm
b73ec32d49 xarcan: 0-unstable-2024-08-04 -> 0-unstable-2024-08-26 2024-08-28 04:06:33 +00:00
Ivan Trubach
5eee6cf40a xar: 1.6.1 -> 498
This change switches the xar package from unmaintained fork of the
original project to the Apple Open Source tarball. See also
https://repology.org/project/xar/versions

Since the package is essentially rewritten from scratch, we take an
opportunity and move it to pkgs/by-name/xa/xar (formatted with nixfmt).

We also remove Windows from the supported platforms because even before
this change pkgsCross.mingwW64.xar failed with
xar> configure: error: can not detect the size of your system's uid_t type
2024-08-25 18:10:08 +03:00
R. Ryantm
ed646be354 xarcan: 0-unstable-2024-05-23 -> 0-unstable-2024-08-04 2024-08-07 06:05:53 +00:00
Bobby Rong
a1e4614816
xapp: 2.8.4 -> 2.8.5
https://github.com/linuxmint/xapp/compare/2.8.4...2.8.5
2024-07-22 21:38:22 +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
R. Ryantm
c43e11a884 xarcan: 0-unstable-2024-05-11 -> 0-unstable-2024-05-23 2024-07-05 15:44:52 +00:00
lucasew
4c17a9acc7 xarcan: unstable-2023-11-03 -> 0-unstable-2024-05-11
- also add update script

Signed-off-by: lucasew <lucas59356@gmail.com>
2024-05-13 19:27:26 -03: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
8eb80d7b8c xarcan: unstable-2022-06-14 -> unstable-2023-11-03 2023-12-05 23:04:47 -03:00
Anderson Torres
ad2c6e5e11 xarcan: migrate to by-name 2023-12-05 23:04:47 -03:00