Commit Graph
887532 Commits
Author SHA1 Message Date
Adam C. StephensandGitHub fa21fb7cd8 crush: 0.12.1 -> 0.13.5 (#456990) 2025-10-31 11:51:39 +00:00
Gaétan LepageandGitHub 2ea85fcbd4 vimPlugins: update on 2025-10-31 (#457146) 2025-10-31 11:46:21 +00:00
xanderioandGitHub 2ab5db422e outline: 0.87.4 -> 1.0.1 (#456795) 2025-10-31 11:41:03 +00:00
Wolfgang WaltherandGitHub 4061fac135 workflows/eval: upload maintainer list of all packages as artifact (#456965) 2025-10-31 11:28:37 +00:00
Thomas GerbetandGitHub dc7f22eb73 zizmor: Use system jemalloc (#457092) 2025-10-31 11:23:54 +00:00
Florian KlinkandGitHub 187b5fbe90 python3Packages.schedula: 1.5.65 -> 1.5.69 (#457186) 2025-10-31 11:03:25 +00:00
zowoqandGitHub 1596023789 terraform-providers.sysdiglabs_sysdig: 3.0.1 -> 3.1.0 (#457207) 2025-10-31 11:02:55 +00:00
Philip TaronandGitHub 4a90421ca8 nextcloud: specify sourceProvenance for apps (#457206) 2025-10-31 10:56:22 +00:00
SandroandGitHub 2fb006b87f wezterm: 0-unstable-2025-10-05 -> 0-unstable-2025-10-14 (#453067) 2025-10-31 10:47:40 +00:00
Arnout Engelen ef82ab6ef8 nextcloud: specify sourceProvenance for apps
Looks like most apps are built from tarballs that contain
compiled vue templates and vendored dependencies, so this
seems like a more accurate default.
2025-10-31 11:42:24 +01:00
R. Ryantm de985cdeff terraform-providers.sysdiglabs_sysdig: 3.0.1 -> 3.1.0 2025-10-31 10:36:54 +00:00
K900andGitHub 2c37dd53b8 path-of-building: replace with rusty-path-of-building (#456983) 2025-10-31 10:33:35 +00:00
Pol DellaieraandGitHub 537eb92db4 typespec: update fetcherVersion in pnpm.fetchDeps (#457046) 2025-10-31 10:30:50 +00:00
K900 d75a413572 path-of-building: drop 2025-10-31 13:28:32 +03:00
K900 c3793a7758 rusty-path-of-building: init at 0.2.6 2025-10-31 13:28:32 +03:00
Leona MaroniandGitHub 4400ebeee0 Revert "various: replace systemd.services.<name>.{script,preStart} with ExecStart{,Pre}" (#457200) 2025-10-31 10:16:05 +00:00
Matteo PaciniandGitHub cd5bfc082f magic-wormhole: 0.21.0 -> 0.21.1 (#457187) 2025-10-31 10:09:21 +00:00
Pol DellaieraandGitHub 6be7c24c89 warp-plus: 1.2.6-unstable-2025-09-13 -> 1.2.6-unstable-2025-10-28 (#456918) 2025-10-31 10:09:21 +00:00
SandroandGitHub c7f963fb87 opentrack: move to by-name, 2023.3.0 -> 2024.1.1-unstable-2025-10-29 (#456771) 2025-10-31 10:06:06 +00:00
Leona MaroniandGitHub d7abb69a9f gitlab-container-registry: set meta.mainProgram (#457199) 2025-10-31 10:04:40 +00:00
SandroandGitHub 3886d6b6f6 tracefilegen: fix build with cmake4 (#453913) 2025-10-31 10:04:25 +00:00
nixpkgs-merge-bot[bot]andGitHub 1d0a6fa738 siyuan: 3.3.5 -> 3.3.6 (#457042) 2025-10-31 10:04:01 +00:00
SandroandGitHub 3b56cb8c09 teensy-cmake-macros: fix build with cmake4 (#453942) 2025-10-31 10:03:45 +00:00
h7x4andGitHub 39e93806aa Revert "various: replace systemd.services.<name>.{script,preStart} with ExecStart{,Pre}" 2025-10-31 11:03:32 +01:00
SandroandGitHub 108e5bf969 elkhound: fix build with cmake4 (#454162) 2025-10-31 10:03:22 +00:00
Wolfgang Walther 498574f238 workflows/eval: upload maintainer list of all packages as artifact
This creates a simple mapping of all packages to github ids of all their
maintainers. This is uploaded as an artifact and is then available for
download on the latest commit of each branch with a merge queue. This
will allow scheduled jobs to use this information for setting
maintainer-related labels, to request reviewers and to implement the
merge-bot.

The advantage over querying this information directly via Nix in each
case: The scheduled job does not need to install Nix and does not need
to checkout the target branch.

Compared to obtaining the maintainer information just for a single PR
during Eval, this will allow retroactively changing maintainers for a
package: For example, it allows to request a new maintainer as reviewer
for a PR that was created before they became maintainer, but is still
open - and similarly for maintainer labels and merge-bot rights.

None of these extensions are implemented by this PR, yet.
2025-10-31 10:59:01 +01:00
Wolfgang Walther 5c01bd9df6 ci/eval/utils: refactor to use lib.init 2025-10-31 10:58:55 +01:00
Wolfgang Walther 350a469f73 ci/eval/diff: avoid copying paths.json
Currently the `diff-<system>` artifacts are 6-7 MB in size - and almost
all of that is the `paths.json` file, which is only used to generate the
diff itself. This had been stored in the artifact previously for
debugging purposes. Ever since we moved to Cachix this is not required
anymore, since it's possible to run the same eval locally and thus fetch
the `eval.singleSystem` result, including `paths.json`, from Cachix.

This will be even more helpful when the next step adds `meta.json` -
which is magnitudes bigger than `paths.json`.
2025-10-31 10:58:50 +01:00
Wolfgang Walther 6ae5f33c85 workflows/merge-group: compare eval against previous queue item
This runs the compare step in the merge queue, to get a combined diff
against the previous queue item. This can be used as a base for multiple
different features in the future, for example preventing accidental mass
rebuilds in the merge queue, or diffing of packages' meta.
2025-10-31 10:58:45 +01:00
SandroandGitHub 271a9b88fa nsplist, plistcpp: fix build with cmake4 (#455004) 2025-10-31 09:58:38 +00:00
h7x4 f4c393066f gitlab-container-registry: set meta.mainProgram 2025-10-31 18:57:31 +09:00
kirillrdyandGitHub 48a5887cb3 zig: 0.15.2 build no longer broken on x86_64-darwin (#456453) 2025-10-31 09:56:57 +00:00
André SilvaandGitHub 800e9bbd29 codex: 0.50.0 -> 0.53.0 (#457192) 2025-10-31 09:56:50 +00:00
Niklas KorzandGitHub 646ed9a3fa pixi: 0.58.0 -> 0.59.0 (#456779) 2025-10-31 09:47:23 +00:00
nixpkgs-merge-bot[bot]andGitHub 757b062770 libretro-shaders-slang: 0-unstable-2025-10-27 -> 0-unstable-2025-10-30 (#457194) 2025-10-31 09:37:04 +00:00
Matteo PaciniandGitHub 64b8d7adbf vscode-extensions.betterthantomorrow.calva: 2.0.538 -> 2.0.539 (#457077) 2025-10-31 09:33:17 +00:00
R. Ryantm 627199717d libretro-shaders-slang: 0-unstable-2025-10-27 -> 0-unstable-2025-10-30 2025-10-31 09:19:25 +00:00
Thierry Delafontaine cab1853414 codex: 0.50.0 -> 0.53.0 2025-10-31 09:12:39 +00:00
Francesco GazzettaandGitHub 09bcab38a8 ladybird: fix websocket support (#457100) 2025-10-31 09:05:05 +00:00
Rafael Ieda 1206e28b69 plistcpp: fix build with cmake4 2025-10-31 06:02:02 -03:00
Nikolay Korotkiy b5c94b39c4 ladybird: fix websocket support 2025-10-31 12:59:44 +04:00
Gaétan LepageandGitHub 448ece8204 models-dev: 0-unstable-2025-10-28 -> 0-unstable-2025-10-30 (#457142) 2025-10-31 08:56:29 +00:00
Alyssa RossandGitHub b038954aa9 linux_xanmod, linux_xanmod_latest: 2025-10-29 (#457167) 2025-10-31 08:56:21 +00:00
Martin Joerg a798bc8225 magic-wormhole: 0.21.0 -> 0.21.1
https://github.com/magic-wormhole/magic-wormhole/blob/refs/tags/0.21.1/NEWS.md
https://github.com/magic-wormhole/magic-wormhole/compare/refs/tags/0.21.0...refs/tags/0.21.1
2025-10-31 08:46:36 +00:00
R. Ryantm be8c31f2c4 python3Packages.schedula: 1.5.65 -> 1.5.69 2025-10-31 08:40:02 +00:00
nixpkgs-merge-bot[bot]andGitHub 0a2484c6e1 openapi-python-client: 0.26.2 -> 0.27.0 (#457121) 2025-10-31 08:08:44 +00:00
Bruno BELANYIandGitHub c70f7920d6 mkbrr: 1.17.0 -> 1.18.0 (#457123) 2025-10-31 08:06:59 +00:00
kirillrdyandGitHub 82833af5df python3Packages.torchao: skip failing tests (#456958) 2025-10-31 08:02:12 +00:00
phanirithvij eaa8704336 warp-plus: prefer versionCheckHook instead of testers.testVersion
add changelog entry in package meta

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2025-10-31 13:27:44 +05:30
phanirithvij 14b11b6a9c warp-plus: use go_1_24
Drop -w from ldflags because -s already implies -w
Move to finalAttrs pattern

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2025-10-31 13:04:17 +05:30