Weijia Wang
bc8d07840e
Merge pull request #296780 from wegank/opencflite-bump
...
opencflite: 476.19.0 -> 635.21.8
2024-03-20 14:42:25 +01:00
lassulus
bf7fb6c310
Merge pull request #297391 from Mohaim-1/update-rtl8814au
...
rtl8814au: unstable-2023-03-21 -> unstable-2024-03-19
2024-03-20 16:11:06 +07:00
Weijia Wang
ea012e17f7
maloader: unstable-2014-02-25 -> 0-unstable-2018-05-02
2024-03-20 09:53:22 +01:00
K900
c27ef74614
Merge pull request #296867 from NixOS/why-is-there-a-bike-shed-in-the-hole
...
kernel/common-config: enable a whole bunch of stuff
2024-03-20 09:26:03 +03:00
Mohaim-1
597e4a6345
rtl8814au: unstable-2023-03-21 -> unstable-2024-03-19
2024-03-19 22:50:18 -07: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
K900
f6dc8ef448
kernel/common-config: enable a whole bunch of stuff
...
This is just useful things I've found while diffing our kernel configs
with Arch and Fedora. Some of these have a small performance overhead,
most are completely free.
Switch default performance governor to schedutil, because performance
is almost always a bad default.
2024-03-19 12:00:31 +03: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
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
Weijia Wang
ad87dc75d6
opencflite: 476.19.0 -> 635.21.8
2024-03-18 00:23:38 +01: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
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
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
Randy Eckenrode
2dab101ca5
Merge pull request #295856 from reckenrode/moltenvk-cleanup
...
darwin.moltenvk: clean up derivation
2024-03-16 22:37:48 -04:00
Randy Eckenrode
bf86b51cd2
darwin.moltenvk: clean up derivation
...
- Drop the patches in favor of patching up the xcodeproj files, which
should make updates in the future easier (no more patch conflicts);
- Switch to building `MoltenVKPackaging.xcodeproj` instead of building
the projects individually;
- Link `libMoltenVK.dylib` manually, which is needed for MoltenVK 1.2.8
due to xcbuild not being able to build the dylib in the xcodeproj;
- Add support for enabling private API usage and default it to `true`.
This will be a new feature in MoltenVK 1.2.8;
- Use darwin.apple_sdk.libs.simd instead of symlinking from the SDK;
- Filter out rc and beta releases in the update script; and
- Support static builds of MoltenVK.
2024-03-16 21:44:27 -04: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
Weijia Wang
daae600111
Merge pull request #295747 from khaneliman/yabai
...
yabai: 6.0.15 -> 7.0.2
2024-03-16 22:47:11 +01: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
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
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
Nick Cao
77e3a3034c
Merge pull request #295467 from r-ryantm/auto-update/microcodeIntel
...
microcodeIntel: 20231114 -> 20240312
2024-03-15 14:02:59 -04:00