Commit Graph

24743 Commits

Author SHA1 Message Date
Robert Hensing
9ffe63c6fa
Merge pull request #300335 from amarshall/nixos-rebuild-repl-path
nixos-rebuild: Fix `repl` with a relative flake path
2024-04-02 14:22:49 +02:00
Alyssa Ross
d10eea2199 linux_latest-libre: 19509 -> 19523 2024-04-02 12:34:05 +02:00
Alyssa Ross
f515bfb594 linux-rt_6_6: 6.6.22-rt27 -> 6.6.23-rt28 2024-04-02 12:34:05 +02:00
Alyssa Ross
9fc0f24367 linux-rt_6_1: 6.1.82-rt27 -> 6.1.83-rt28 2024-04-02 12:34:05 +02:00
Alyssa Ross
b2504018cb linux_testing: 6.9-rc1 -> 6.9-rc2 2024-04-02 12:34:05 +02:00
Nick Cao
39caef59fa
Merge pull request #300778 from Kiskae/nvidia/550.40.59
linuxPackages.nvidiaPackages.vulkan_beta: 550.40.55 -> 550.40.59
2024-04-01 19:06:43 -04:00
Vladimír Čunát
5476cea489
Merge #298548: staging-next 2024-03-24 2024-04-01 22:49:19 +02:00
Kiskae
03caf08d76 linuxPackages.nvidiaPackages.vulkan_beta: 550.40.55 -> 550.40.59 2024-04-01 22:35:10 +02:00
Andrew Marshall
228dc7eaf4 nixos-rebuild: Fix repl with a relative flake path
Most nixos-rebuild commands support a relative flake path, however
`repl` uses `builtins.getFlake` and that requires an absolute path. So
ensure we pass an absolute path to it, providing UX consistency. Only do
so when the path exists in order to passthrough URLs as-is.
2024-04-01 16:29:54 -04:00
Adam C. Stephens
f16ab18e2a
Merge pull request #300655 from toastal/zfs-2.1.13-unstable-2024-03-30
zfs_unstable: 2.2.3-unstable-2024-03-21 → 2.2.3-unstable-2024-03-30
2024-04-01 16:00:28 -04:00
github-actions[bot]
ef44d46775
Merge master into staging-next 2024-04-01 18:00:59 +00:00
K900
4c147d4246
Merge pull request #300657 from LordMZTE/gpio-power
linux: enable POWER_RESET_GPIO and POWER_RESET_GPIO_RESTART modules
2024-04-01 18:42:39 +03:00
github-actions[bot]
2f73b699a3
Merge master into staging-next 2024-04-01 12:01:19 +00:00
Jörg Thalheim
7c045a5460
Merge pull request #300630 from SebTM/sysdig_036
sysdig: 0.35.3 -> 0.36.0
2024-04-01 12:42:43 +02:00
Jörg Thalheim
1a92639f29 sysdig: disable hardened and zen kernels
Also it currently compiles with zen kernels, it doesn't with lqx.
Since we currently don't have a mechanism of lqx only, we can re-add,
if one of the lqx/zen maintainers steps up and also help maintaining and testing sysdig.
2024-04-01 10:31:15 +00:00
LordMZTE
d8489497c3
linux: enable POWER_RESET_GPIO and POWER_RESET_GPIO_RESTART modules
These modules are very useful for power management via GPIO pins on
embedded platforms such as the Raspberry Pi. The POWER_RESET_GPIO module
has been tested on a Raspberry Pi 3B+.
2024-04-01 12:18:47 +02:00
toastal
14377d6b82 zfs_unstable: 2.2.3-unstable-2024-03-21 → 2.2.3-unstable-2024-03-30 2024-04-01 17:00:42 +07:00
Vladimír Čunát
e7df8051fb
fixup! lxc: fixup build 2024-04-01 09:51:36 +02:00
Vladimír Čunát
64cdda4b5f
lxc: fixup build
https://hydra.nixos.org/build/254601361/nixlog/1/tail
See issue #300635
2024-04-01 09:50:31 +02:00
Sebastian Sellmeier
50625bd0fb
sysdig: fix formattig 2024-04-01 09:50:07 +02:00
Sebastian Sellmeier
b6e65a161a
sysdig: 0.35.3 -> 0.36.0 2024-04-01 09:49:11 +02:00
Alyssa Ross
5c96956e4b linuxPackages.rust-out-of-tree-module: tighten platforms
Linux only supports Rust on x86_64 and (as of 6.9) aarch64.
2024-04-01 09:37:19 +02:00
github-actions[bot]
409234ba0c
Merge master into staging-next 2024-04-01 06:01:12 +00:00
Adam C. Stephens
559cda20de
Merge pull request #300151 from adamcstephens/lxcfs/6
lxcfs: 5.0.4 -> 6.0.0
2024-03-31 23:26:37 -04:00
github-actions[bot]
ba060bffac
Merge master into staging-next 2024-03-31 00:02:07 +00:00
Someone
0660548f6d
Merge pull request #300277 from jonringer/dcgm-autoadd
dcgm: use pkgs.autoAddDriverRunpath
2024-03-30 22:37:26 +00:00
Robert Hensing
ea68c891c4
Merge pull request #300308 from philiptaron/nixos-rebuild
nixos-rebuild: use `substitute` rather than `substituteAll`
2024-03-30 21:04:00 +01:00
Weijia Wang
065947fb1a
Merge pull request #298497 from r-ryantm/auto-update/fsverity-utils
fsverity-utils: 1.5 -> 1.6
2024-03-30 20:51:14 +01:00
Weijia Wang
7dcfb97860
Merge pull request #299077 from r-ryantm/auto-update/linuxKernel.packages.linux_6_8.akvcam
linuxKernel.packages.linux_6_8.akvcam: 1.2.5 -> 1.2.6
2024-03-30 20:48:48 +01:00
Philip Taron
a696dbb659
nixos-rebuild: use substitute rather than substituteAll
No change in produced output.
2024-03-30 12:00:21 -07:00
Jonathan Ringer
13b0f46825
dcgm: use pkgs.autoAddDriverRunpath 2024-03-30 10:17:46 -07:00
Adam Stephens
811965cd34
lxcfs: 5.0.4 -> 6.0.0 2024-03-29 22:45:27 -04:00
Adam Stephens
248dc21a54
treewide: fix renamed incus container tests 2024-03-29 22:27:22 -04:00
github-actions[bot]
c9c063bd3c
Merge master into staging-next 2024-03-29 06:01:09 +00:00
github-actions[bot]
20c720272e
Merge master into staging-next 2024-03-29 00:02:10 +00:00
JerrySM64
a60c7cff87 linuxKernel.kernels.linux_lqx: 6.7.9-lqx1 -> 6.7.11-lqx1 2024-03-28 21:58:41 +01:00
JerrySM64
0d86c16ff0 linuxKernel.kernels.linux_zen: 6.8-zen1 -> 6.8.2-zen2 2024-03-28 21:57:34 +01:00
Thiago Kenji Okada
48f9437cd1
Merge pull request #263360 from duament/nixos-rebuild-pipe
nixos-rebuild: use --pipe instead of --pty in systemd-run
2024-03-28 18:25:08 +00:00
github-actions[bot]
944103e875
Merge master into staging-next 2024-03-28 00:02:30 +00:00
Atemu
38760f86d6
Merge pull request #299453 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2024-03-26
2024-03-27 20:47:15 +00:00
github-actions[bot]
410019beb5
Merge master into staging-next 2024-03-27 18:01:02 +00:00
Weijia Wang
cb6042a1c6
Merge pull request #298002 from wfdewith/odp-dpdk-1.44.0.0
odp-dpdk: 1.42.0.0_DPDK_22.11 -> 1.44.0.0_DPDK_22.11
2024-03-27 16:32:39 +01:00
Nick Cao
28c363bf3b
Merge pull request #299351 from r-ryantm/auto-update/cpustat
cpustat: 0.02.19 -> 0.02.20
2024-03-27 10:44:45 -04:00
Maximilian Bosch
fea9c8f0fb
Merge pull request #299418 from K900/kernels-20240327
Kernel updates for 2024-03-27
2024-03-27 12:58:10 +00:00
github-actions[bot]
14abde4e89
Merge master into staging-next 2024-03-27 12:01:28 +00:00
zzzsyyy
707234ad1c
xanmod-kernels: use CPUFreq governor performance
explicitly follows the upstream CPU Frequency scaling configuration
2024-03-27 19:26:47 +08:00
Fabian Affolter
6413c84519
cpustat: refactor
- specify license
2024-03-27 09:34:43 +01:00
zzzsyyy
238727c8c2
linux_xanmod_latest: 6.7.10 -> 6.7.11 2024-03-27 16:01:16 +08:00
zzzsyyy
5125649d73
linux_xanmod: 6.6.22 -> 6.6.23 2024-03-27 15:32:42 +08:00
matthewcroughan
704c1f5c7b akvcam: unmark as broken 2024-03-27 06:35:55 +00:00