Commit Graph

24610 Commits

Author SHA1 Message Date
github-actions[bot]
a474411771
Merge master into staging-next 2024-03-20 00:02:08 +00:00
Weijia Wang
ad429fa49d
Merge pull request #296668 from r-ryantm/auto-update/pcm
pcm: 202401 -> 202403
2024-03-19 21:23:33 +01:00
Someone
e7797267a2
Merge pull request #281576 from yannham/refactor/cuda-setup-hooks-refactor
cudaPackages: generalize and refactor setup hooks
2024-03-19 20:06:18 +00:00
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Martin Weinelt
00e2713c5b
Merge remote-tracking branch 'origin/master' into staging-next 2024-03-18 19:59:23 +01:00
github-actions[bot]
d5491af22d
Merge master into staging-next 2024-03-18 12:01:22 +00:00
K900
853e0c2992 linux/generic: make output of buildLinux overrideable again
Fixes #296448
2024-03-18 13:26:54 +03:00
K900
f3f1228b44
Merge pull request #296841 from RaitoBezarius/snd-hda-intel-power-save
linux/common-config: set idle timeout to 10s for sound cards
2024-03-18 12:54:31 +03:00
nikstur
a1c4f0a754
Merge pull request #282022 from ElvishJerricco/gpt-auto-root
nixos: Support systemd-gpt-auto-root
2024-03-18 10:27:22 +01:00
Raito Bezarius
6fe3d788c8 linux/common-config: set idle timeout to 10s for sound cards
As per https://docs.kernel.org/sound/designs/powersave.html

We update our defaults for better power saving on laptops
which does not perform powertop --auto-tune, TLP or manual tweaking, e.g.
power-profiles-daemon.
2024-03-18 00:55:20 -07:00
github-actions[bot]
ac91cf83c1
Merge master into staging-next 2024-03-18 00:02:20 +00:00
Weijia Wang
c79659ca3d
Merge pull request #294350 from r-ryantm/auto-update/xf86_input_wacom
xf86_input_wacom: 1.2.0 -> 1.2.1
2024-03-17 22:54:14 +01:00
Weijia Wang
26ceeaecf9
Merge pull request #293130 from r-ryantm/auto-update/psmisc
psmisc: 23.6 -> 23.7
2024-03-17 20:40:25 +01:00
github-actions[bot]
100b3bb178
Merge master into staging-next 2024-03-17 18:00:54 +00:00
Weijia Wang
904d268d51
Merge pull request #294139 from r-ryantm/auto-update/mmc-utils
mmc-utils: unstable-2023-10-10 -> unstable-2024-03-07
2024-03-17 15:27:13 +01:00
R. Ryantm
01fa83dbac pcm: 202401 -> 202403 2024-03-17 14:26:59 +00:00
github-actions[bot]
c222aba0b8
Merge master into staging-next 2024-03-17 12:01:55 +00:00
Pol Dellaiera
815d93dcff
Merge pull request #296470 from NateWright/update-xone
xone: 0.3 -> 0.3-unstable-2024-03-16
2024-03-17 12:27:34 +01:00
annalee
8ead81a60f
Merge remote-tracking branch 'upstream/master' into staging-next 2024-03-17 07:18:11 +00:00
Weijia Wang
517ad04629
Merge pull request #295550 from wegank/prl-tools-bump
linuxPackages_latest.prl-tools: 19.2.1-54832 -> 19.3.0-54924
2024-03-17 01:03:39 +01:00
nwright
143bb15035 xone: 0.3 -> 0.3-unstable-2024-03-16 2024-03-16 18:38:01 -04:00
github-actions[bot]
60fbf92c10
Merge master into staging-next 2024-03-16 18:01:00 +00:00
Guillaume Girol
0214817877
Merge pull request #296292 from r-ryantm/auto-update/ipp-usb
ipp-usb: 0.9.24 -> 0.9.25
2024-03-16 18:32:51 +01:00
K900
424d609df4 linux: uncurse arguments
Currently things like `buildLinux { inherit src version; }` fail because of
`callPackage` auto-inserting `kernelPatches`, which is both a `buildLinux`
argument and a `pkgs` toplevel attribute, with completely different semantics.

Avoid that entirely by splitting the call into two - one for arguments we want
from `callPackage`, and one for everything else.
2024-03-16 18:39:32 +03:00
github-actions[bot]
5fb2bcd3dd
Merge master into staging-next 2024-03-16 06:00:56 +00:00
kirillrdy
2001da404e
Merge pull request #295103 from evils/rasdaemon
rasdaemon: fix AMD segfault
2024-03-16 16:44:16 +11:00
K900
01bf867765
Merge pull request #296253 from Ma27/linux-kernel-updates
Linux kernel updates 2024-03-15, mitigation for RFDS (CVE-2023-28746)
2024-03-16 08:05:25 +03:00
a-n-n-a-l-e-e
c2e03072b8
Merge pull request #295168 from philiptaron/deprecate-libelf-dpdk
dpdk: use `elfutils` instead of abandoned `libelf`
2024-03-15 18:13:14 -07:00
R. Ryantm
fcc8bfc682 ipp-usb: 0.9.24 -> 0.9.25 2024-03-16 00:41:41 +00:00
github-actions[bot]
7006358e6a
Merge master into staging-next 2024-03-16 00:02:02 +00:00
Will Fancher
f1731f2e28 nixos: Support systemd-gpt-auto-root 2024-03-15 18:22:04 -04:00
Maximilian Bosch
b74aaf8125
linux/hardened/patches/6.6: 6.6.18-hardened1 -> 6.6.21-hardened1 2024-03-15 21:27:22 +01:00
Maximilian Bosch
edae92c0d9
linux/hardened/patches/6.1: 6.1.79-hardened1 -> 6.1.81-hardened1 2024-03-15 21:26:50 +01:00
Maximilian Bosch
98db1347e7
linux/hardened/patches/5.4: 5.4.269-hardened1 -> 5.4.271-hardened1 2024-03-15 21:26:33 +01:00
Maximilian Bosch
0ced9d0d7d
linux/hardened/patches/5.15: 5.15.149-hardened1 -> 5.15.151-hardened1 2024-03-15 21:26:14 +01:00
Maximilian Bosch
f6b74d6247
linux/hardened/patches/5.10: 5.10.210-hardened1 -> 5.10.212-hardened1 2024-03-15 21:26:01 +01:00
Maximilian Bosch
2b554a0f91
linux/hardened/patches/4.19: 4.19.307-hardened1 -> 4.19.309-hardened1 2024-03-15 21:25:33 +01:00
Maximilian Bosch
5a829f6dec
linux_latest-libre: 19500 -> 19509 2024-03-15 21:16:46 +01:00
Maximilian Bosch
2340860eff
linux-rt_6_6: 6.6.20-rt25 -> 6.6.21-rt26 2024-03-15 21:16:39 +01:00
Maximilian Bosch
dea5439ec4
linux-rt_5_4: 5.4.264-rt88 -> 5.4.271-rt89 2024-03-15 21:16:27 +01:00
Maximilian Bosch
5056d1fb1c
linux-rt_5_10: 5.10.210-rt102 -> 5.10.211-rt103 2024-03-15 21:16:16 +01:00
Maximilian Bosch
d4867ad179
linux_4_19: 4.19.309 -> 4.19.310 2024-03-15 21:16:06 +01:00
Maximilian Bosch
feb0bc0bb1
linux_5_4: 5.4.271 -> 5.4.272 2024-03-15 21:16:00 +01:00
Maximilian Bosch
1a772cbd15
linux_5_10: 5.10.212 -> 5.10.213 2024-03-15 21:15:55 +01:00
Maximilian Bosch
0736c3158a
linux_5_15: 5.15.151 -> 5.15.152 2024-03-15 21:15:49 +01:00
Maximilian Bosch
58e7a3da06
linux_6_1: 6.1.81 -> 6.1.82 2024-03-15 21:15:43 +01:00
Maximilian Bosch
1cabb377ac
linux_6_6: 6.6.21 -> 6.6.22 2024-03-15 21:15:37 +01:00
Maximilian Bosch
27c6f36c3a
linux_6_7: 6.7.9 -> 6.7.10 2024-03-15 21:15:30 +01:00
Maximilian Bosch
28780c3cab
linux_6_8: 6.8 -> 6.8.1 2024-03-15 21:15:23 +01:00