Commit Graph

1058993 Commits

Author SHA1 Message Date
R. Ryantm
818aba445e svelte-check: 4.7.4 -> 4.7.5 2026-08-09 22:17:16 +00:00
Yohann Boniface
578b7a0b33 python3Packages.sgmllib3k: migrate to pyproject (#537849) 2026-08-09 22:16:01 +00:00
Harinn
3022ad3793 python3Packages.aioredis: modernize 2026-08-10 00:15:18 +02:00
R. Ryantm
5f635dc769 cdk8s-cli: 2.207.41 -> 2.207.47 2026-08-09 22:14:00 +00:00
Gliczy
6fe1bd9974 wheelwizard: add desktop file icon 2026-08-10 00:12:05 +02:00
Harinn
43df94588e python3Packages.sgmllib3k: modernize 2026-08-10 00:11:08 +02:00
nixpkgs-ci[bot]
2e5039a23f samrewritten: 1.4.6 -> 1.4.7 (#550644) 2026-08-09 22:04:05 +00:00
R. Ryantm
16ff60e07a python3Packages.qdrant-client: 1.18.0 -> 1.19.0 2026-08-09 22:03:17 +00:00
R. Ryantm
98d169f6d3 cudaPackages.nccl-tests: 2.19.6 -> 2.19.7 2026-08-09 22:03:09 +00:00
Peder Bergebakken Sundt
6659a43a42 ghq: enable tests (#481317) 2026-08-09 22:02:10 +00:00
Sandro
8b8ac7763b livi: 0.4.0 -> 0.5.0 (#550785) 2026-08-09 21:55:10 +00:00
Aliaksandr
f8b9b7a087 stdenv/darwin: move the libiconv alias assertion into tests.stdenv
The final stage asserted

    assert prevStage.libiconv == prevStage.darwin.libiconv;

On Darwin `libiconv` is `darwin.libiconv`, so this compares a value with
itself. Nix does not notice: `eqValues` short-circuits only on pointer
identity of the two value slots, and these are two slots that resolve to
one attribute set. It therefore falls through to the derivation case,
which compares `outPath`.

`lib.extendDerivation` guards `outPath` behind the derivation's validity,
which reads `config.allowUnfree`, so the assertion demanded a `config`
option while the package set was still being assembled. When `config` is a
function it is passed `pkgs`, and the loop closes:

    (import <nixpkgs> {
      system = "aarch64-darwin";
      config = { pkgs, lib, ... }: { allowUnfree = lib.isAttrs pkgs; };
    }).config.allowUnfree

failed with an infinite recursion on Darwin while evaluating on Linux,
whose stdenv never forces a derivation that early. It now evaluates on
both.

Keep checking the invariant, from `tests.stdenv` instead. By then the
package set is complete, so forcing `outPath` is just a read.
The other twelve assertions in the stage read `passthru` and
`stdenv.cc.cc`, which are ungated, and stay where they are.

Assisted-by: claude-code with claude-opus-5[1m]-high
2026-08-10 00:50:54 +03:00
Martin Weinelt
1747ed63a0 freeradius: run networkmanager eap tests in passthru
They regressed in one of the last updates, so lets hook them up here.
2026-08-09 23:43:15 +02:00
Martin Weinelt
e0cdac98fa nixosTests.networkmanager.eap{,files}: fix log match 2026-08-09 23:43:15 +02:00
Martin Weinelt
a61e0179cb networkmanager: make passthru tests an unnested attrset
This way they get picked up by `nix-build -A networkmanager.tests`.
2026-08-09 23:43:14 +02:00
Martin Weinelt
cfd18c9b61 networkmanager: modernize, sort, clean 2026-08-09 23:43:14 +02:00
Martin Weinelt
33ece8ba82 networkmanager: 1.56.0 -> 1.58.0
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/1.58.0/NEWS

Fixes: CVE-2026-10805
2026-08-09 23:39:18 +02:00
André Silva
6a057222ae hyprland: 0.56.1 -> 0.56.2 (#550896) 2026-08-09 21:39:07 +00:00
R. Ryantm
c08f6ab7c6 sqldef: 3.11.1 -> 3.11.19 2026-08-09 21:37:29 +00:00
R. Ryantm
6828d1113c pykickstart: 3.76 -> 3.77 2026-08-09 21:35:51 +00:00
Sandro
d7106f5ed8 webkitgtk_{4_1,6_0}: drop unused libidn dependency (#536083) 2026-08-09 21:27:57 +00:00
R. Ryantm
9a8484d812 civicrm: 6.16.2 -> 6.17.2 2026-08-09 21:23:56 +00:00
Peder Bergebakken Sundt
e0e760ef35 java-language-server: 0.2.46 -> 0.2.49 (#508992) 2026-08-09 21:23:05 +00:00
Peder Bergebakken Sundt
13cbd64bde scrutiny,scrutiny-collector: 0.9.2 -> 0.9.3 (#550507) 2026-08-09 21:22:28 +00:00
R. Ryantm
1330bf0e6b talhelper: 3.1.15 -> 3.1.16 2026-08-09 21:20:58 +00:00
kirillrdy
9a43a6e062 python3Packages.scikit-base: 1.0.2 -> 1.1.0 (#550787) 2026-08-09 21:16:18 +00:00
R. Ryantm
c44b22feb6 python3Packages.matter-python-client: 1.3.3 -> 1.4.0 2026-08-09 21:15:21 +00:00
Thiago Kenji Okada
11ba2e4624 nixos/rtorrent: network.port_{range,random}.set -> network.listen.port.{range,random}.set (#550795) 2026-08-09 21:10:02 +00:00
R. Ryantm
0c18529692 camunda-modeler: 5.50.0 -> 5.50.1 2026-08-09 21:08:32 +00:00
nixpkgs-ci[bot]
6e9b0a82c2 libation: 13.7.5 -> 13.7.7 (#550882) 2026-08-09 21:07:39 +00:00
R. Ryantm
58ee12dccd buildpack: 0.40.8 -> 0.40.9 2026-08-09 21:06:24 +00:00
R. Ryantm
4b10d768e8 signal-cli: 0.14.6 -> 0.14.7 2026-08-09 21:04:57 +00:00
Peder Bergebakken Sundt
eca73394cd just: 1.57.0 -> 1.58.0 (#548926) 2026-08-09 21:04:29 +00:00
R. Ryantm
2a3f8c8ec0 dealii: 9.7.1 -> 9.8.0 2026-08-09 21:02:35 +00:00
Peder Bergebakken Sundt
497797a6b0 clipaste: 2.4.0 -> 2.4.1 (#547324) 2026-08-09 21:02:24 +00:00
Peder Bergebakken Sundt
5ab25a50b2 libbass: update instructions, libbassmidi: 2.4.15.3 -> 2.4.16 (#548284) 2026-08-09 21:01:28 +00:00
Sandro
49bb86bebf infisical: 0.41.90 -> 0.43.110 (#495030) 2026-08-09 20:59:46 +00:00
Peder Bergebakken Sundt
d13ca1200a arc_unpacker: fix version, rename (#546836) 2026-08-09 20:58:17 +00:00
İlkecan Bozdoğan
347ddf6bba maven.buildMavenPackage: preserve Tycho metadata 2026-08-09 23:57:55 +03:00
Yohann Boniface
790a4b8568 vscode-extensions.github.vscode-pull-request-github: 0.158.0 -> 0.162.0 (#547429) 2026-08-09 20:57:54 +00:00
Peder Bergebakken Sundt
5caa198261 bwa-mem2: unstable-2023-03-18->2.3, add versionCheckHook (#546875) 2026-08-09 20:57:30 +00:00
Sandro
80b4a21058 mitm-cache: fetch: drop query (#537833) 2026-08-09 20:56:38 +00:00
R. Ryantm
eced40fea4 context7-mcp: 3.2.5 -> 4.0.0 2026-08-09 20:54:48 +00:00
Donovan Glover
b358e2a502 nwg-dock-hyprland: 0.4.9 -> 0.4.11 (#526190) 2026-08-09 20:54:38 +00:00
Yohann Boniface
27d12f295b vscode-extensions.github.vscode-github-actions: 0.31.5 -> 0.32.3 (#531468) 2026-08-09 20:54:34 +00:00
Gaétan Lepage
adc01019dd python3Packages.nccl4py: 0.3.0 -> 0.3.1 (#550855) 2026-08-09 20:53:46 +00:00
Sandro
b0c2a4fa8e git-delete-merged-branches: 7.5.1 -> 7.6.1 (#528665) 2026-08-09 20:52:33 +00:00
Martin Weinelt
7b24b8f6cd python3Packages.pydantic-ai-slim: 2.21.0 -> 2.27.0 (#550894) 2026-08-09 20:51:22 +00:00
R. Ryantm
560c63119a python3Packages.genai-prices: 0.1.0 -> 0.1.1 2026-08-09 20:51:17 +00:00
R. Ryantm
c6e52ea056 betterleaks: 1.7.2 -> 1.7.3 2026-08-09 20:48:50 +00:00