Commit Graph
851988 Commits
Author SHA1 Message Date
Sandro Jäckel 103adb0131 python3Packages.djangorestframework-dataclasses: run tests with pytest 2025-08-22 15:11:19 +02:00
Sandro Jäckel 4d8d60a037 python3Packages.djangorestframework-guardian2: drop in favor of djangorestframework-guardian 0.4.0 2025-08-22 15:11:19 +02:00
Paul MeyerandGitHub 9103eddc8a fx: 39.0.1 -> 39.0.2 (#435702) 2025-08-22 15:08:32 +02:00
kivunoandSandro Jäckel f102c789cc youtube-music: add updateScript 2025-08-22 15:07:28 +02:00
kivunoandSandro Jäckel 23c2bda6fd youtube-music: set --wayland-text-input-version=3, move out of $out/share/lib directory 2025-08-22 15:07:24 +02:00
R. Ryantm b36e2faecb angie: 1.10.1 -> 1.10.2 2025-08-22 13:07:17 +00:00
kivunoandSandro Jäckel e55053a585 youtube-music: sort 2025-08-22 15:06:45 +02:00
kivunoandSandro Jäckel 8586b9b7b4 youtube-music: remove with lib 2025-08-22 15:06:25 +02:00
kivunoandSandro Jäckel cdd75cbaf7 youtube-music: 3.9.0 -> 3.10.0 2025-08-22 15:06:21 +02:00
Kevin CoxandGitHub 2f10a6529c watchlog: 1.246.0 -> 1.248.0 (#435873) 2025-08-22 08:59:43 -04:00
Adam C. Stephens e27f83ae02 openvswitch: 3.5.1 -> 3.6.0
Changelog: https://www.openvswitch.org/releases/NEWS-3.6.0.txt
2025-08-22 08:55:15 -04:00
Julian Hoch 18c700b28a maintainers: add julian-hoch 2025-08-22 14:50:49 +02:00
Sigmanificient cdafc15307 copper: remove 2025-08-22 14:49:52 +02:00
Sigmanificient 2bae40120e code-browser: remove 2025-08-22 14:49:52 +02:00
Adam C. Stephens bbad17c554 envoy-bin: 1.35.0 -> 1.35.1 2025-08-22 08:46:58 -04:00
R. Ryantm 9e56584b0f python3Packages.python-openstackclient: 8.1.0 -> 8.2.0 2025-08-22 12:45:28 +00:00
R. Ryantm 6c9b2a2144 affine: 0.24.0 -> 0.24.1 2025-08-22 12:45:06 +00:00
R. Ryantm 2e716b00a7 watchlog: 1.246.0 -> 1.248.0 2025-08-22 12:34:31 +00:00
R. Ryantm f4fbb60688 gnuchess: 6.2.11 -> 6.3.0 2025-08-22 12:32:54 +00:00
Adam C. StephensandGitHub f7cd585d14 forgejo-runner: 9.1.0 -> 9.1.1 (#435850) 2025-08-22 08:29:04 -04:00
Sigmanificient cd1e55c7f2 gxneur: remove 2025-08-22 14:26:20 +02:00
R. RyantmandWeijia Wang 40ba2715d9 scheherazade-new: 4.300 -> 4.400 2025-08-22 14:09:49 +02:00
·𐑑𐑴𐑕𐑑𐑩𐑤andVincent Laporte f24c0439ea ocamlPackages.multicore-magic: 2.3.0 → 2.3.1 2025-08-22 14:08:09 +02:00
nixpkgs-ci[bot]andGitHub d263613f2e Merge master into staging-next 2025-08-22 12:06:42 +00:00
Emily 8a5bbd0b9d treewide: remove already‐obsolete CUDA version conditions 2025-08-22 12:55:14 +01:00
Wolfgang WaltherandGitHub b436008948 workflows/eval: pass outpaths via cachix instead of artifacts (#435535) 2025-08-22 11:53:13 +00:00
Sandro Jäckel e6330dcf18 python3Packages.djangorestframework-guardian: 0.3.0 -> 0.4.0, switch to pyproject and run tests with pytest 2025-08-22 13:37:18 +02:00
Sandro Jäckel 15b173668f python3Packages.django-guardian: 2.4.0 -> 3.0.3, set pyproject = true 2025-08-22 13:37:17 +02:00
Sandro Jäckel 3eba985d25 python3Packages.django-cachalot: 2.7.0 -> 2.8.0, switch to pyproject = true
Diff: https://github.com/noripyt/django-cachalot/compare/v2.7.0...v2.8.0

Changelog: https://github.com/noripyt/django-cachalot/blob/refs/tags/v2.8.0/CHANGELOG.rst
2025-08-22 13:37:17 +02:00
Gaétan LepageandGitHub 94d21429eb vimPlugins: update on 2025-08-21 (#435666) 2025-08-22 13:36:48 +02:00
TomaandGitHub 56e92e8486 electron{-source,-bin,-chromedriver}: updates (#434708) 2025-08-22 13:19:23 +02:00
7c6f434candGitHub 72c36ee3e8 cgal: 5.6.2 -> 6.0.1 continued (#435845) 2025-08-22 11:08:01 +00:00
R. Ryantm d42a66fa8a python3Packages.llama-cpp-python: 0.3.15 -> 0.3.16 2025-08-22 11:07:53 +00:00
Wolfgang Walther c1b06db57b workflows/eval: pass outpaths via cachix instead of artifacts
Instead of uploading the outpaths as artifact, this uploads them via
cachix. Most of all, this makes CI less brittle, because Eval in PRs
will still be able to succeed, even if no workflow run for the push
event could be found on the target branch. It will just take longer.

This also makes moving Eval into the Merge Queue easier to do: When
downloading artifacts from a different run, these would always have to
match on the right event, too. By pulling from cachix, the same workflow
can support target branches with merge queue and without merge queue at
the same time. The latter would still use the push event, while the
former could use the merge_group event.

Last but not least, this should fix Eval on PRs targeting `wip-`
branches and any other branches that the push event doesn't trigger on.
These would never find an Eval result from the target branch and could
never show rebuilds accurately. Now these PRs should work at a slightly
higher runtime cost.
2025-08-22 13:01:20 +02:00
Ravi Peters c663bae26f maintainers: add ylannl 2025-08-22 12:58:42 +02:00
Wolfgang Walther c18d1e4af8 actions/checkout: always checkout pinned commits
With the latest performance improvements, this only adds up to 1s, but
reduces complexity in managing pinned checkouts explicitly, especially
when we need *both* pinned checkouts in the next commit.
2025-08-22 12:54:28 +02:00
78e5af372d xv: 6.0.3 -> 6.0.4 (#435829)
Co-authored-by: galenhuntington <galenhuntington@users.noreply.github.com>
2025-08-22 10:47:32 +00:00
Wolfgang Walther ab4281e967 lib/minfeatures: init from minver.nix
The concept of having a "minimum supported Nix version" doesn't work
anymore today, for the following reasons:
- With multiple forks / implementations of Nix available, their feature
sets and versions will differ. We'd need *multiple* minimum versions,
one for each implementation.
- Lix does not expose its real version. It only reports "2.18.3-lix",
even though its real version is in the 2.90+ range.
- A minimum version has the expectation that it could be *raised* in the
future. That's not possible with Lix, because Lix will always and
forever report the above version.
- A minimum version has the expectation that *all* versions bigger than
the minimum are supported. That was already quite a stretch when minver
was 2.3 and none of the Nix versions between 2.4 and 2.23 were packed
anymore. But it's impossible for us to test all these non-LTS versions
anyway: We don't have Nix 2.18, 2.19, 2.20, 2.21, 2.22, 2.23, 2.25, 2.26
and 2.27 available in Nixpkgs at the time of this writing.

With their policy around `builtins.nixVersion`, Lix forces our hand: We
need to replace minver.nix with a "feature detection" mechanism.

This PR introduces the first two features:
- The availability of `builtins.nixVersion`: If this is not available,
the version of Nix is so old, that we surely don't support it anymore.
- The value of `builtins.nixVersion` being greater or equal to 2.18.

Note, that this does **not** imply support for Nix 2.18. Instead,
explicitly supported versions of Lix and Nix are only these that we
actually test against.

If, eventually, we realize that the supported versions have advanced and
Nixpkgs has adopted a feature only available in newer versions, we will
have to add a feature check for this.

Put differently: The list of features in `minfeatures.nix` is not
expected to be complete. It's a list of known-to-be-bad conditions that
will cause problems when evaluating Nixpkgs. Their only purpose is to be
able to show a helpful error message. Some other versions might also not
be supported, but might fail with more subtle errors. That's just
reality and has always been the case previously as well.
2025-08-22 12:47:13 +02:00
Wolfgang WaltherandGitHub be6f781b95 lib: cleanup after bump of minver (#433101) 2025-08-22 10:41:35 +00:00
Ravi Peters f976d52c01 remove cgal_5 alias since it is a real package now 2025-08-22 12:41:31 +02:00
R. Ryantm e9fcfeee43 forgejo-runner: 9.1.0 -> 9.1.1 2025-08-22 10:33:48 +00:00
R. Ryantm c674919773 python3Packages.reolink: 0053 -> 0.64 2025-08-22 10:28:11 +00:00
Martin Weinelt 3549619056 home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.271 -> 0.13.272
https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/refs/tags/0.13.272/CHANGELOG.md
2025-08-22 12:25:12 +02:00
R. Ryantm ceac268354 ruffle: 0-nightly-2025-08-14 -> 0-nightly-2025-08-22 2025-08-22 10:14:40 +00:00
Wolfgang WaltherandGitHub 7c349fc9ac actions/checkout: use single tmpfs with subfolders (#435806) 2025-08-22 10:12:24 +00:00
Ravi Peters 5b27e57a8b cgal -> cgal_5 if package breaks with cgal v6.0.1 2025-08-22 12:11:34 +02:00
7c6f434candGitHub 501e5f8fd3 textadept: 12.4 -> 12.8 (#435579) 2025-08-22 10:08:29 +00:00
SandroandGitHub 2ef8a8b796 graalvm-oracle_25-ea: 25-ea-33 -> 25-ea-34 (#435635) 2025-08-22 11:56:15 +02:00
R. RyantmandBjørn Forsman 375ff08880 lighttpd: 1.4.80 -> 1.4.81 2025-08-22 11:50:15 +02:00
Jonas HeinrichandGitHub ca68d38898 libgeneral: 84 -> 85 (#435606) 2025-08-22 11:49:01 +02:00