Commit graph

1,006,941 commits

Author SHA1 Message Date
Artem Leshchev
28de615f45 desync: add matshch to maintainers
(cherry picked from commit 2ade855afc)
2026-06-21 00:50:49 +00:00
Artem Leshchev
6ed8f0351e maintainers: add matshch
(cherry picked from commit 52a753a23b)
2026-06-21 00:50:49 +00:00
Matt Sturgeon
9f81ec86eb
[Backport release-26.05] ci/treefmt: use wrapper from pkgs.treefmt (#533766) 2026-06-20 23:51:08 +00:00
Acid Bong
d79ba58052 ci/treefmt: sort formatters alphabetically
(cherry picked from commit b36cb1bb91)
2026-06-20 23:36:29 +00:00
Acid Bong
a842821add ci/treefmt: use pkgs.treefmt.withConfig
(cherry picked from commit d1d4934041)
2026-06-20 23:36:29 +00:00
nixpkgs-ci[bot]
d5a345b49e
[Backport release-26.05] waywall: 0.2026.02.06 -> 0.2026.06.13 (#533747) 2026-06-20 22:33:39 +00:00
Michael Daniels
af49492d81
[Backport release-26.05] oggvideotools: unbreak on Darwin, add patches (#533709) 2026-06-20 21:40:27 +00:00
R. Ryantm
8fc28c53d4 waywall: 0.2026.02.06 -> 0.2026.06.13
(cherry picked from commit e1ec94ffd9)
2026-06-20 21:33:40 +00:00
Michael Daniels
12a981c8c7
oggvideotools: unbreak on Darwin, add patches
(cherry picked from commit bd063fbbee)
2026-06-20 17:28:59 -04:00
nixpkgs-ci[bot]
fca62dee16
[Backport release-26.05] gtree: 1.13.6 -> 1.14.2 (#533701) 2026-06-20 21:27:05 +00:00
Michael Daniels
d06796c416
[Backport release-26.05] diffoscope: fix hdf5 tools on Darwin (#533719) 2026-06-20 21:23:25 +00:00
Aaron Jheng
62e4925ea5
diffoscope: fix hdf5 tools on Darwin
(cherry picked from commit e1a5823f8d)
2026-06-20 17:11:23 -04:00
Michael Daniels
73cf7c0274
[Backport release-26.05] tests.{trivial-builders.symlinkJoin,replaceVars}: fix group mismatches (#533733) 2026-06-20 21:04:14 +00:00
Michael Daniels
3d9f3d7080 tests.replaceVars: fix group mismatches
This fixes group mismatches observed on Darwin, e.g.:

```
replaceVars-succeeds
--- /nix/store/wahj58fiii5j1jy6s9mpbdyxzhq3plnb-source.txt
+++ /nix/store/bfmykrc9r5ycy0dj8l1z2p9c5116dny8-expected
├── stat {}
│ @@ -1,7 +1,7 @@
│
│    Size: 96        	Blocks: 0          IO Block: 4096   directory
│ -Device: 1,15	Access: (0555/dr-xr-xr-x)  Uid: (    0/    root)   Gid: (    0/   wheel)
│ +Device: 1,15	Access: (0555/dr-xr-xr-x)  Uid: (    0/    root)   Gid: (  350/  nixbld)
│
│  Modify: 1970-01-01 00:00:01.000000000 +0000
```

(cherry picked from commit 3a5c240ffe)
2026-06-20 20:49:17 +00:00
Michael Daniels
7c37a01340 tests.trivial-builders.symlinkJoin: fix group mismatches
This fixes group mismatches observed on Darwin, e.g.:

```
--- /nix/store/w7fr9zs91z02c1bbd54lxkvipwn7xfhd-symlinkJoin
+++ /nix/store/7r2jq748ikrryqzm55cwbxqpng276wpd-symlinkJoin-foo-bar-baz
├── stat {}
│ @@ -1,7 +1,7 @@
│
│    Size: 128          Blocks: 0          IO Block: 4096   directory
│ -Device: 1,15 Access: (0555/dr-xr-xr-x)  Uid: (    0/    root)   Gid: (    0/   wheel)
│ +Device: 1,15 Access: (0555/dr-xr-xr-x)  Uid: (    0/    root)   Gid: (  350/  nixbld)
```

(cherry picked from commit 85912a429b)
2026-06-20 20:49:17 +00:00
Ramses
98dd7d0207
[Backport release-26.05] switch-to-configuration-ng: Handle dbus errors (#533727) 2026-06-20 20:36:42 +00:00
Thomas de Zeeuw
d5b7ca23f9 switch-to-configuration-ng: Handle dbus errors
(cherry picked from commit 8afbdeeea8)
2026-06-20 20:31:32 +00:00
Martin Weinelt
4fc2687053
[Backport release-26.05] nixos/zigbee2mqtt: add AF_UNIX to RestrictAddressFamilies (#533681) 2026-06-20 19:53:52 +00:00
R. Ryantm
73d3519f8b gtree: 1.13.6 -> 1.14.2
(cherry picked from commit 6164e6ecd2)
2026-06-20 19:49:05 +00:00
Florian Klink
f40beec906 nixos/zigbee2mqtt: add AF_UNIX to RestrictAddressFamilies
zigbee2mqtt supports listening on unix domain sockets, if a path is
specified in the `frontend.host` config key.

This currently fails with the following log message:

> zigbee2mqtt[4551]: Error: listen EAFNOSUPPORT: address family not supported /path/to/zigbee2mqtt.sock

Listening on unix domain sockets is a reasonable thing to have enabled,
so let's add it to the list.

(cherry picked from commit 93c9f9cde4)
2026-06-20 18:54:15 +00:00
isabel
accaeb8d84
[Backport release-26.05] faugus-launcher: 1.20.4 -> 1.22.4 (#533613) 2026-06-20 18:45:01 +00:00
StepBroBD
eb6e98ddbc
[Backport release-26.05] osu-lazer{,-bin}: 2026.518.0 -> 2026.620.0 (#533645) 2026-06-20 16:11:23 +00:00
Maximilian Bosch
e495119a98
[Backport release-26.05] spotify: fix wayland when NIXOS_OZONE_WL is set (#533642) 2026-06-20 16:10:07 +00:00
Adam Thompson-Sharpe
2ff6dcfdcb osu-lazer: 2026.518.0 -> 2026.620.0
(cherry picked from commit ebb15cd1a4)
2026-06-20 15:52:06 +00:00
Adam Thompson-Sharpe
c9ecf2cdea osu-lazer-bin: 2026.518.0 -> 2026.620.0
(cherry picked from commit cd3022fbf3)
2026-06-20 15:52:06 +00:00
networkException
68dafab066 spotify: fix wayland when NIXOS_OZONE_WL is set
This patch adds a runtime fix to the spotify wrapper to
unset DISPLAY when NIXOS_OZONE_WL is set.

See https://wiki.archlinux.org/title/Spotify#Running_under_Wayland
Resolves #531950

(cherry picked from commit 23bb7ee9ab)
2026-06-20 15:43:48 +00:00
Maximilian Bosch
82783e888b
[Backport release-26.05] meshcentral: 1.1.58 -> 1.2.0 (#533551) 2026-06-20 15:42:32 +00:00
Bobby Rong
dd5d2a1390
[Backport release-26.05] eom: Support avif, heif, jxl, webp (#533638) 2026-06-20 15:41:36 +00:00
Bobby Rong
75f5397fcf eom: Support avif, heif, jxl, webp
See Nixpkgs issue 532493.

(cherry picked from commit 476dd31c10)
2026-06-20 15:33:17 +00:00
Maximilian Bosch
9b669c06e9
[Backport release-26.05] grafana-image-renderer: 5.7.3 -> 5.8.11 (#533552) 2026-06-20 13:59:32 +00:00
RoGreat
0d3b1939a6 faugus-launcher: 1.20.4 -> 1.22.4
(cherry picked from commit 1fefc090e4)
2026-06-20 12:53:28 +00:00
Weijia Wang
49f7c21efe
[Backport release-26.05] teams/ngi: drop wegank (#533560) 2026-06-20 12:05:59 +00:00
Gaétan Lepage
838f0b7a97
[Backport release-26.05] nodejs_24: fix riscv64-linux build (#533411) 2026-06-20 09:57:57 +00:00
Weijia Wang
3b25918118 teams/ngi: drop wegank
(cherry picked from commit c40d987690)
2026-06-20 09:43:54 +00:00
nixpkgs-ci[bot]
3c36bce45b
[Backport release-26.05] golds: 0.8.3 -> 0.8.4 (#533496) 2026-06-20 09:21:08 +00:00
Maximilian Bosch
e48f3bbabf grafana-image-renderer: 5.7.3 -> 5.8.11
ChangeLogs:
* https://github.com/grafana/grafana-image-renderer/releases/tag/v5.8.0
* https://github.com/grafana/grafana-image-renderer/releases/tag/v5.8.1
* https://github.com/grafana/grafana-image-renderer/releases/tag/v5.8.2
* https://github.com/grafana/grafana-image-renderer/releases/tag/v5.8.3
* https://github.com/grafana/grafana-image-renderer/releases/tag/v5.8.4
* https://github.com/grafana/grafana-image-renderer/releases/tag/v5.8.5
* https://github.com/grafana/grafana-image-renderer/releases/tag/v5.8.6
* https://github.com/grafana/grafana-image-renderer/releases/tag/v5.8.7
* https://github.com/grafana/grafana-image-renderer/releases/tag/v5.8.8
* https://github.com/grafana/grafana-image-renderer/releases/tag/v5.8.9
* https://github.com/grafana/grafana-image-renderer/releases/tag/v5.8.10
* https://github.com/grafana/grafana-image-renderer/releases/tag/v5.8.11

(cherry picked from commit b86f3df2dd)
2026-06-20 09:17:00 +00:00
Maximilian Bosch
7c37401dff meshcentral: 1.1.58 -> 1.2.0
ChangeLog: https://github.com/Ylianst/MeshCentral/releases/tag/1.2.0
(cherry picked from commit 63c34c34dc)
2026-06-20 09:15:54 +00:00
nixpkgs-ci[bot]
7368413594
[Backport release-26.05] mochi: 1.21.14 -> 1.21.16 (#533215) 2026-06-20 08:07:29 +00:00
nixpkgs-ci[bot]
f17c674764
[Backport release-26.05] openlinkhub: 0.7.5 -> 0.8.4 (#533288) 2026-06-20 08:07:27 +00:00
R. Ryantm
39938d6536 golds: 0.8.3 -> 0.8.4
(cherry picked from commit 41f89832dc)
2026-06-20 03:50:02 +00:00
Sizhe Zhao
821e7a8684
[Backport release-26.05] nixos/sniffnet: install package when enabled (#533486) 2026-06-20 03:40:30 +00:00
Mio
63a440ee21 nixos/sniffnet: install package when enabled
(cherry picked from commit 3ef4f90536)
2026-06-20 02:55:08 +00:00
dotlambda
0b90e3e337
[Backport release-26.05] python3Packages.py7zr: 1.1.0 -> 1.1.3 (#533471) 2026-06-20 02:34:09 +00:00
R. Ryantm
54d5330934 python3Packages.py7zr: 1.1.0 -> 1.1.3
(cherry picked from commit 1be1c62a2e)
2026-06-20 01:19:19 +00:00
Martin Weinelt
b6fa344754
[Backport release-26.05] Firefox: 152.0 -> 152.0.1 (#533127) 2026-06-19 23:28:10 +00:00
Will Fancher
5e68204a3c
[Backport release-26.05] nixos/luksroot: Clarify preLVM with systemd stage 1 (#533451) 2026-06-19 22:34:57 +00:00
Will Fancher
91a4116838 nixos/luksroot: Clarify preLVM with systemd stage 1
(cherry picked from commit 1bd486a330)
2026-06-19 22:29:52 +00:00
Ramses
9b6c023296
[Backport release-26.05] switch-to-configuration-ng: handle socket-activated Accept=yes services (#533369) 2026-06-19 21:20:21 +00:00
Adam C. Stephens
91b203c803
[Backport release-26.05] slimserver: 9.1.0 -> 9.1.1 (#533274) 2026-06-19 20:54:20 +00:00
nixpkgs-ci[bot]
f6fbc9efb2
[Backport release-26.05] gpclient: restore gpgui.desktop for globalprotectcallback scheme handler (#533401) 2026-06-19 20:50:32 +00:00