Commit Graph

25804 Commits

Author SHA1 Message Date
Franz Pletz
340dbba30c
Merge pull request #281410 from amaxine/fwupd-efi-1.4 2024-01-17 02:45:00 +01:00
Franz Pletz
cec578e2b4
Merge pull request #280781 from Atemu/update/xanmod 2024-01-17 01:06:55 +01:00
Maxine Aubrey
065e614cde
fwupd-efi: 1.3 → 1.4 2024-01-16 23:32:41 +01:00
Nick Cao
5df0c94c5e
Merge pull request #281365 from Kiskae/nvidia/535.154.05
linuxPackages.nvidiaPackages.production: 535.146.02 -> 535.154.05
2024-01-16 15:20:25 -05:00
K900
c8c617e473
Merge pull request #280939 from arthsmn/plymouth
plymouth: 23.360.11 -> 24.004.60
2024-01-16 22:46:24 +03:00
Kiskae
732296bb50 linuxPackages.nvidiaPackages.production: 535.146.02 -> 535.154.05 2024-01-16 18:22:15 +01:00
Janne Heß
bd4233863c
Merge pull request #280415 from r-ryantm/auto-update/freeipa
freeipa: 4.11.0 -> 4.11.1
2024-01-16 17:58:07 +01:00
Nick Cao
b1d33fb030
Merge pull request #281254 from NickCao/mingetty-cross
mingetty: fix cross compilation
2024-01-16 10:47:42 -05:00
Alyssa Ross
b0209635c0 linux_4_19: 4.19.304 -> 4.19.305 2024-01-16 15:25:01 +01:00
Alyssa Ross
34b2bea9f7 linux_5_4: 5.4.266 -> 5.4.267 2024-01-16 15:25:01 +01:00
Alyssa Ross
8140229b0b linux_5_10: 5.10.207 -> 5.10.208 2024-01-16 15:25:01 +01:00
Alyssa Ross
98c3e64d96 linux_5_15: 5.15.146 -> 5.15.147 2024-01-16 15:25:01 +01:00
Alyssa Ross
2a0eb31361 linux_6_1: 6.1.72 -> 6.1.73 2024-01-16 15:25:01 +01:00
Alyssa Ross
4c7712d2f5 linux_6_6: 6.6.11 -> 6.6.12 2024-01-16 15:25:01 +01:00
Sandro
39ff478c11
Merge pull request #280040 from Luflosi/update/linuxPackages.apfs
linuxPackages.apfs: 0.3.5 -> 0.3.6
2024-01-16 13:03:28 +01:00
K900
41a9a7f170
Merge pull request #281190 from K900/linux-firmware-20240115
linux-firmware: 20231211 -> 20240115
2024-01-16 10:47:47 +03:00
a-n-n-a-l-e-e
8c6fb2212d
Merge pull request #281143 from ethorsoe/trace-cmd-path
trace-cmd: search path properly when running commands
2024-01-15 20:21:14 -08:00
Nick Cao
50b6412a31
mingetty: fix cross compilation 2024-01-15 20:40:53 -05:00
K900
479ba708b0 linux-firmware: 20231211 -> 20240115 2024-01-15 20:48:46 +03:00
Pol Dellaiera
186e57d9b1
Merge pull request #279478 from khaneliman/yabai
yabai: 6.0.4 -> 6.0.6
2024-01-15 15:31:29 +01:00
Emil Thorsoe
cd5fd58b72 trace-cmd: search path properly when running commands 2024-01-15 15:46:37 +02:00
Arnout Engelen
c3e128f3c0
Merge pull request #259168 from SuperSandro2000/zd1211
zd1211: only copy firmware files according to readme, update license
2024-01-15 11:54:13 +01:00
Thiago Kenji Okada
6987e9935b
Merge pull request #281056 from JerrySM64/update-linux-zen
linuxKernel.kernels.linux_zen: 6.7-zen2 -> 6.7-zen3
2024-01-15 08:12:58 +00:00
Jerry Starke
9350f6fa5a linuxKernel.kernels.linux_zen: 6.7-zen2 -> 6.7-zen3 2024-01-15 03:51:13 +01:00
Bernardo Meurer
3ea621c7ff
Merge pull request #268280 from peat-psuwit/for-upstream/upgrade-linux-rpi 2024-01-14 15:34:19 -05:00
arthsmn
9e817011de
plymouth: 23.360.11 -> 24.004.60 2024-01-14 14:57:27 -03:00
Franz Pletz
6c08fe3ccf
Merge pull request #269080 from Stunkymonkey/fabricmanager-deprecate-phases 2024-01-14 18:40:14 +01:00
Muhammad Falak R Wani
e467119a15 iwd: 2.12 -> 2.13
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-01-14 16:34:14 +05:30
Robert Hensing
c8c3c5854e nixos-rebuild: Avoid empty command
"${a[@]}" => ok
"${foo:+a[@]}" => empty string when length is 0
2024-01-14 04:03:25 +01:00
Robert Hensing
472dfb3888 nixos-rebuild: Add tty only to "sudo-able" commands for target
This solves again the problem solved by 09fd207cb8.

To quote:

> We always want to use `ssh -t` to force PTY allocation as there may be
> interactive SSH prompts like trusting unknown hosts.

However, the creation of a pseudoterminal causes the remote stdout and stderr
to point to the same tty, resulting in a single stream in the ssh client,
which breaks other usages of ssh, such as `--build-host`.

Hence, this commit only sets the flag for invocations that need it -
or would need it if sudo were disabled. That should help with development
and gives a somewhat more consistent user experience.
2024-01-14 01:14:33 +01:00
Robert Hensing
99d3e0c168 Revert "nixos-rebuild: fix entering sudo password over SSH"
This reverts commit 09fd207cb8.

It caused a regression when using `--build-host` and flakes.
See https://github.com/NixOS/nixpkgs/pull/277642#issuecomment-1890783714
2024-01-14 00:48:53 +01:00
Atemu
1c6483b6a6 linux_xanmod_latest: 6.6.9 -> 6.6.10 2024-01-13 19:09:21 +01:00
Atemu
894f4b73c0 linux_xanmod: 6.1.70 -> 6.1.72 2024-01-13 19:09:21 +01:00
Robert Hensing
221ad6d7ff
Merge pull request #277642 from Enzime/fix/nixos-rebuild-remote-sudo
nixos-rebuild: fix issues when using `--target-host`
2024-01-13 18:52:57 +01:00
Weijia Wang
4694318659
Merge pull request #279192 from wegank/mcfgthread-bump
windows.mcfgthreads: unstable-2023-06-06 -> 1.6.1, refactor
2024-01-13 18:26:53 +01:00
Nick Cao
06eb8be5bd
Merge pull request #280625 from r-ryantm/auto-update/power-calibrate
power-calibrate: 0.01.34 -> 0.01.35
2024-01-13 10:32:43 -05:00
Nick Cao
80ea70fa67
Merge pull request #280630 from r-ryantm/auto-update/powerstat
powerstat: 0.04.01 -> 0.04.02
2024-01-13 10:30:50 -05:00
Nick Cao
5b8af9662e
Merge pull request #280593 from r-ryantm/auto-update/fnotifystat
fnotifystat: 0.02.10 -> 0.02.11
2024-01-13 10:22:17 -05:00
Nick Cao
f630fe86ae
Merge pull request #280598 from r-ryantm/auto-update/forkstat
forkstat: 0.03.01 -> 0.03.02
2024-01-13 10:21:41 -05:00
Nick Cao
e7a9276d46
Merge pull request #280613 from r-ryantm/auto-update/health-check
health-check: 0.03.11 -> 0.03.12
2024-01-13 10:19:05 -05:00
Thiago Kenji Okada
85cbb44a83
Merge pull request #280656 from JerrySM64/update-linux-zen
linuxKernel.kernels.linux_zen: 6.7-zen1 -> 6.7-zen2 ; linuxKernel.kernels.linux_lqx: 6.6.10-lqx1 -> 6.6.11-lqx1
2024-01-13 12:52:07 +00:00
Alyssa Ross
3d673c9b54 linux/hardened/patches/6.6: 6.6.10-hardened1 -> 6.6.11-hardened1 2024-01-13 11:10:59 +01:00
Alyssa Ross
51372c01b3 linux_5_10: 5.10.206 -> 5.10.207 2024-01-13 11:10:59 +01:00
Jerry Starke
5ff3603f6e linuxKernel.kernels.linux_lqx: 6.6.10-lqx1 -> 6.6.11-lqx1 2024-01-13 04:56:10 +01:00
Jerry Starke
563d2c4dec linuxKernel.kernels.linux_zen: 6.7-zen1 -> 6.7-zen2 2024-01-13 04:45:09 +01:00
R. Ryantm
62df22f0fa powerstat: 0.04.01 -> 0.04.02 2024-01-13 01:20:05 +00:00
R. Ryantm
117c0d2838 power-calibrate: 0.01.34 -> 0.01.35 2024-01-13 00:48:37 +00:00
R. Ryantm
6945b5b1ac health-check: 0.03.11 -> 0.03.12 2024-01-12 23:19:28 +00:00
Mario Rodas
c10e321f02
Merge pull request #280307 from trofi/libtraceevent-update
libtraceevent: 1.8.1 -> 1.8.2
2024-01-12 17:57:02 -05:00
R. Ryantm
82f5f01ab8 forkstat: 0.03.01 -> 0.03.02 2024-01-12 22:07:09 +00:00