Commit Graph

23940 Commits

Author SHA1 Message Date
Theodore Ni
dab839357e
Merge branch 'master' into staging-next
Had to merge https://github.com/NixOS/nixpkgs/pull/245957 and
https://github.com/NixOS/nixpkgs/pull/247245.
2023-08-20 12:01:22 -07:00
Artturi
bde196dde9
Merge pull request #245957 from amjoseph-nixpkgs/pr/lib/customization/makeScopeWithSplicing2 2023-08-20 18:57:05 +03:00
github-actions[bot]
57d8f92a86
Merge master into staging-next 2023-08-20 12:01:23 +00:00
Artturi
f03d4e0eec
Merge pull request #247054 from KenMacD/rtkit-reduce-logging 2023-08-20 14:07:48 +03:00
Anselm Schüler
9da128a8b3 nvidia-persistenced: set mainProgram 2023-08-20 11:00:43 +02:00
Maximilian Bosch
3ff88c2eff
Merge pull request #250179 from Ma27/linux-rt-fix
linux: make main update script slightly more robust
2023-08-20 10:25:00 +02:00
github-actions[bot]
f6a4c6f912
Merge master into staging-next 2023-08-20 00:02:29 +00:00
Martin Weinelt
7c75694db9
Merge pull request #240982 from rnhmjoj/pr-jool
nixos/jool: add service for setting up SIIT/NAT64
2023-08-19 23:32:05 +02:00
Maximilian Bosch
ccf0c5bd42
linux: make main update script slightly more robust
On #249636 I had to manually run the updaters for hardened & libre kernels.
The cause was that `update-rt.sh` suddenly broke. Because I didn't want to
inhibit other kernel updates because of a rather niche variant, I decided to
move forward temporarily and take care of it later.

One issue was that the script failed silently, i.e. I only saw that the
script terminated early from my prompt. This is fixed now by making each
niche kernel updater print its exit code code if it failed. Also, errors
are allowed, i.e. a broken `update-rt.sh` doesn't block
`hardened/update.py` etc..

The issue itself is rather simple. When I updated the kernels in #249636,
the sha256sums.asc for rt kernels[1] looked like this:

    199bbb0cdb97ead22732473b95c8b2e8da62dfd71bde2339163119fb537a2b7c  patch-6.1.38-rt13-rc1.patch.gz
    a1af54f6987e96de06cad0a3226c5b5a992b60df084a904b6b94ea247fb46027  patch-6.1.38-rt13-rc1.patch.xz
    7bb68561787e46e3c433d9b514373ce368d587ac459b91df41934e70280d008f  patches-6.1.38-rt13-rc1.tar.gz
    ee65336dd6ae0be398796e7b75291918811a23e10121dc09bd84b244b12402fa  patches-6.1.38-rt13-rc1.tar.xz

However, the script itself skips any RC versions of the realtime
patches, so no releases were usable and the script failed. It's probably
possible to use the overview over all releases instead[2], however
that'd complicate the script notably. Anyways, since RT kernels don't
bump to each patch-level release, I don't think it hurts too much if
such an update is slightly more delayed. However if we want to fix this, I'd prefer
this to be fixed by folks who care more about rt kernels than I do.

[1] https://kernel.org/pub/linux/kernel/projects/rt/6.1/sha256sums.asc
[2] https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/6.1/older/sha256sums.asc
2023-08-19 14:03:08 +02:00
Maximilian Bosch
ef82011918
linux-rt_6_1: 6.1.33-rt11 -> 6.1.46-rt13 2023-08-19 13:44:09 +02:00
github-actions[bot]
4a9909e0db
Merge master into staging-next 2023-08-19 00:01:42 +00:00
Ilan Joselevich
596a94eff2
Merge pull request #249861 from Kranzes/xanmod
linux_xanmod, linux_xanmod_latest: 2023-08-18
2023-08-19 02:17:15 +03:00
Ilan Joselevich
ea9af80d5f
linux_xanmod_latest: 6.4.10 -> 6.4.11 2023-08-18 23:42:27 +03:00
Ilan Joselevich
0d164bfc22
linux_xanmod: 6.1.45 -> 6.1.46 2023-08-18 23:41:24 +03:00
github-actions[bot]
1949ef2080
Merge master into staging-next 2023-08-18 18:00:57 +00:00
StepBroBD
3cf97b6ed5
raycast: 1.55.2 -> 1.57.1 2023-08-18 09:21:01 -04:00
github-actions[bot]
d87ab3bf05
Merge master into staging-next 2023-08-18 12:01:03 +00:00
Nick Cao
616242324f
Merge pull request #249895 from Kiskae/nvidia/535.43.08
linuxPackages.nvidia_x11_vulkan_beta: 525.47.35 -> 535.43.08
2023-08-18 16:20:30 +08:00
Kiskae
5a96e2dc17 linuxPackages.nvidia_x11_vulkan_beta: 525.47.35 -> 535.43.08 2023-08-18 09:32:25 +02:00
github-actions[bot]
03146a5454
Merge master into staging-next 2023-08-18 06:01:01 +00:00
Ilan Joselevich
93a52c120a
Merge pull request #248920 from Atemu/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-08-13
2023-08-18 04:17:37 +03:00
github-actions[bot]
3b76a64c44
Merge master into staging-next 2023-08-17 12:01:23 +00:00
Maximilian Bosch
42c25608aa
Merge pull request #249636 from Ma27/linux-kernel-updates
Linux kernel updates 2023-08-16
2023-08-17 11:21:10 +02:00
github-actions[bot]
2e936d668c
Merge master into staging-next 2023-08-17 06:00:58 +00:00
Nick Cao
2a2a3c97c1
Merge pull request #249463 from NickCao/uhk
uhk-agent: 3.0.1 -> 3.0.2
2023-08-17 08:49:17 +08:00
Maximilian Bosch
c41b8d090d
linux/hardened/patches/6.4: 6.4.7-hardened1 -> 6.4.10-hardened1 2023-08-17 00:48:31 +02:00
Maximilian Bosch
e9b4fa1c38
linux/hardened/patches/6.1: 6.1.42-hardened1 -> 6.1.45-hardened1 2023-08-17 00:48:21 +02:00
Maximilian Bosch
6946af616c
linux/hardened/patches/5.4: 5.4.251-hardened1 -> 5.4.253-hardened1 2023-08-17 00:20:27 +02:00
Maximilian Bosch
36aa1b207c
linux/hardened/patches/5.15: 5.15.123-hardened1 -> 5.15.126-hardened1 2023-08-17 00:20:17 +02:00
Maximilian Bosch
808af66863
linux/hardened/patches/5.10: 5.10.188-hardened1 -> 5.10.190-hardened1 2023-08-17 00:19:56 +02:00
Maximilian Bosch
0d7e1948cb
linux/hardened/patches/4.19: 4.19.289-hardened1 -> 4.19.291-hardened1 2023-08-17 00:19:44 +02:00
Maximilian Bosch
fcfd921fd6
linux/hardened/patches/4.14: 4.14.320-hardened1 -> 4.14.322-hardened1 2023-08-17 00:19:31 +02:00
Maximilian Bosch
154f9ca398
linux_latest-libre: 19337 -> 19386 2023-08-17 00:19:01 +02:00
Maximilian Bosch
1541cb8cdd
linux: 6.4.10 -> 6.4.11 2023-08-17 00:14:29 +02:00
Maximilian Bosch
148ff04e56
linux: 6.1.45 -> 6.1.46 2023-08-17 00:14:12 +02:00
Maximilian Bosch
62cee8e21a
linux: 5.4.253 -> 5.4.254 2023-08-17 00:14:00 +02:00
Maximilian Bosch
965777503c
linux: 5.15.126 -> 5.15.127 2023-08-17 00:13:47 +02:00
Maximilian Bosch
6f0af2778d
linux: 5.10.190 -> 5.10.191 2023-08-17 00:13:29 +02:00
Maximilian Bosch
feee70e06a
linux: 4.19.291 -> 4.19.292 2023-08-17 00:13:13 +02:00
Maximilian Bosch
6e2765b803
linux: 4.14.322 -> 4.14.323 2023-08-17 00:13:06 +02:00
github-actions[bot]
583df4e091
Merge master into staging-next 2023-08-16 18:01:01 +00:00
Doron Behar
62730f2c31
Merge pull request #248701 from doronbehar/nixos/manpages
nixos/install-tools: Add manpages to packages instead of seperating them
2023-08-16 15:49:49 +00:00
github-actions[bot]
a5a93e1107
Merge master into staging-next 2023-08-16 06:01:05 +00:00
Nick Cao
f357de8978
uhk-agent: 3.0.1 -> 3.0.2
Diff: https://github.com/UltimateHackingKeyboard/agent/compare/v3.0.1...v3.0.2
2023-08-16 13:01:29 +08:00
Pol Dellaiera
8737f92137
Merge pull request #249290 from Enzime/add/apparency
apparency: init at 1.5.1
2023-08-16 02:52:12 +02:00
Michael Hoang
afd4607cf4 apparency: init at 1.5.1 2023-08-16 09:27:14 +10:00
Jan Tojnar
86f6b16d28 Merge branch 'master' into staging-next
Conflicts:
- pkgs/servers/mail/mailman/python.nix (relevant to mailman-web)
  between f8a17e4200 and 84f6a6755a
2023-08-15 21:39:20 +02:00
K900
3ec5a51fb1
Merge pull request #249086 from K900/rtw88-2023-07-23
linuxPackages.rtw88: 2022-11-05 -> 2023-07-23
2023-08-15 22:29:31 +03:00
github-actions[bot]
df770ba961
Merge master into staging-next 2023-08-15 06:01:24 +00:00
Nick Cao
467e4c2e93
Merge pull request #249158 from Kiskae/nvidia-settings/fix-path
linuxPackages.nvidia_x11.settings: fix runpath
2023-08-14 18:43:48 -06:00