Commit Graph

26769 Commits

Author SHA1 Message Date
Sandro
91bc7dadf7
cifs-utils: 7.0 -> 7.1 (#348259) 2024-10-30 16:36:42 +01:00
Adam C. Stephens
b8a4522ce8
zfs: change tests into attrset (#349998) 2024-10-30 08:55:54 -04:00
Masum Reza
8716a13609
iputils: 20240117 -> 20240905 (#339856) 2024-10-30 17:38:59 +05:30
0x4A6F
e07559e78a
vdo: 8.3.0.71 -> 8.3.0.72 (#351234) 2024-10-30 08:02:16 +01:00
Masum Reza
4ddb0661ea
scx.full: init; scx.rusty: init (#352077) 2024-10-30 08:48:09 +05:30
Robert Hensing
4e558812ac nixos-rebuild: Call toplevel/bin/apply when available
By executing the whole switching process using one script, we avoid
some ssh roundtrips that would slow down deployment swith --target-host.

For the other benefits, see https://github.com/NixOS/nixpkgs/issues/266290
2024-10-30 00:21:21 +01:00
Robert Hensing
4734959784 nixos-rebuild: Add proper escaping to ssh calls
SSH merges its arguments by space-concatenation - it does not preserve
the array structure.

This is arguably a historic mistake, whose fix would be too breaking.
I suppose it will stay this way forever, until perhaps a better behavior
can be opted in to using a flag, and I don't think this flag exists yet.

To make multi-argument commands work reliably over ssh, we need to escape
them, which is what the ${@@Q} incantation achieves.
2024-10-30 00:21:20 +01:00
John Titor
e24aaf4f63
scx.full: init
This package combines the Rust and C based schedulers.
This is likely to be the default in the upcoming nixos module.
2024-10-29 23:50:02 +05:30
John Titor
29f813eb67
scx.rusty: init 2024-10-29 23:50:02 +05:30
John Titor
b7edadebf8
scx: few nitpicks 2024-10-29 23:49:55 +05:30
Emily
57f2153b9f
Add licenses to moby and c-util (#351233) 2024-10-29 13:39:49 +00:00
Félix
849ecd6089
nsncd: 1.4.1-unstable-2024-10-03 -> 1.5.1 (#351304) 2024-10-29 10:20:26 +01:00
Masum Reza
9147b2d18f
scx: init at 1.0.5 (#351746) 2024-10-29 10:30:13 +05:30
John Titor
c42882fcb2
scx: init at 1.05
sched_ext is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them.
This feature got merged in Linux 6.12, this PR adds rust and C userspace schedulers.
Homepage:- https://github.com/sched-ext/scx

With this following packages are now available:
scx.rustland
scx.rlfifo
scx.layered
scx.lavd
scx.bpfland
scx.csheds
2024-10-28 22:53:01 +05:30
R. Ryantm
de8faed362 nsncd: 1.4.1-unstable-2024-10-03 -> 1.5.1 2024-10-28 15:46:10 +01:00
Peder Bergebakken Sundt
07b8891968
intel-compute-runtime: 24.35.30872.22 -> 24.39.31294.12 (#350732) 2024-10-28 02:44:45 +01:00
Fabian Affolter
d8ecefea1d
cpuid: 20240324 -> 20241023 (#351456) 2024-10-27 08:28:18 +01:00
emilylange
d83fafd024
linuxPackages.corefreq: unbreak eval 2024-10-26 22:27:26 +02:00
Sefa Eyeoglu
60900303b5
corefreq: init at 1.98.4 (#330049) 2024-10-26 21:54:36 +02:00
Fabian Affolter
bf7ee82344 cpuid: 20240324 -> 20241023 2024-10-26 16:47:47 +02:00
Nick Cao
334641a52f
linuxPackages.nvidiaPackages.vulkan_beta: 550.40.76 -> 550.40.79 (#351412) 2024-10-26 09:28:00 -04:00
Markus Sütter
aba41ae0d8 dbus-broker: add meta information and license to c-util library 2024-10-26 13:54:29 +02:00
Hendrik Sokolowski
f251273e41 sysstat: add iostat as mainProgram 2024-10-26 13:39:06 +02:00
Hendrik Sokolowski
3db1263401 sysstat: adopt 2024-10-26 13:39:06 +02:00
Kiskae
96b951b3bf linuxPackages.nvidiaPackages.vulkan_beta: 550.40.76 -> 550.40.79 2024-10-26 12:29:02 +02:00
Weijia Wang
da8175085c
linuxPackages_latest.prl-tools: 20.1.0-55732 -> 20.1.1-55740 (#351080) 2024-10-25 19:00:40 +02:00
Maximilian Bosch
9801748d78
Merge: Revert "linux_testing: disable NFS_LOCALIO on aarch64-linux" (#350946) 2024-10-25 12:41:15 +02:00
codgician
d1cc3bbf26
linuxPackages_latest.prl-tools: 20.1.0-55732 -> 20.1.1-55740 2024-10-25 05:18:01 +00:00
codgician
888a7effec
linuxPackages_latest.prl-tools: use libxml2 to parse html in update script 2024-10-25 13:17:49 +08:00
Artturin
b8c13d36df
zenergy: init at 0-unstable-2024-10-10 (#297598) 2024-10-25 03:43:46 +03:00
Nick Cao
3e31b3e716
linuxPackages.nvidiaPackages.beta: 560.31.02 -> 565.57.01 (#350530) 2024-10-24 16:15:22 -04:00
Alexandre Cavalheiro S. Tiago da Silva
b78661a7c1
zenergy: init at 0-unstable-2024-10-10 2024-10-24 16:27:16 -03:00
Alyssa Ross
b11a5a8338
Revert "linux_testing: disable NFS_LOCALIO on aarch64-linux"
This reverts commit bda6c82a81.

> This was fixed via v6.12-rc3 commit 009b15b57485 ("nfs_common: fix
> Kconfig for NFS_COMMON_LOCALIO_SUPPORT")

Link: https://bugzilla.kernel.org/show_bug.cgi?id=219370#c5
2024-10-24 12:55:57 +02:00
Atemu
07bbb086dc
linux_xanmod, linux_xanmod_latest: 2024-10-22 (#350533) 2024-10-24 07:49:33 +02:00
Fabián Heredia Montiel
58b124e48c
linux: use lore URL for netfilter fix, remove linux 6.10 (EOL) (#350757) 2024-10-23 16:38:21 -06:00
piegames
ad8d051645
treewide: Fix indentation in strings (#350296) 2024-10-23 21:44:22 +02:00
Maximilian Bosch
9b08aa08ad
linux_6_10: remove, eol 2024-10-23 20:58:04 +02:00
K900
dd50f99e26
linux: switch netfilter fix to lore patch URL
Expected to be more stable.
2024-10-23 20:57:45 +02:00
Sandro Jäckel
c70e35a268
intel-compute-runtime: 24.35.30872.22 -> 24.39.31294.12
Diff: https://github.com/intel/compute-runtime/compare/24.35.30872.22...24.39.31294.12

Changelog: https://github.com/intel/compute-runtime/releases/tag/24.39.31294.12
2024-10-23 17:14:06 +02:00
Thiago Kenji Okada
457396d445
linuxKernel.kernels.linux_zen: 6.11.2-zen1 -> v6.11.5-zen1; linuxKernel.kernels.linux_zen: 6.11.2-lqx1 -> v6.11.5-lqx1 (#350702) 2024-10-23 16:07:02 +01:00
Nick Cao
f801f5adab
linuxPackages.nvidiaPackages.production: 550.120 -> 550.127.05 (#350529) 2024-10-23 09:24:22 -04:00
ajs124
6c315c2ec0 vdo: 8.3.0.71 -> 8.3.0.72 2024-10-23 14:45:07 +02:00
Daniel Fahey
ff63c60b99 linuxKernel.kernels.linux_zen: remove deprecated config opts re: Z3FOLD 2024-10-23 13:32:54 +01:00
Daniel Fahey
d0037e9629 linuxKernel.kernels.linux_lqx: 6.11.2-lqx1 -> v6.11.5-lqx1 2024-10-23 13:32:41 +01:00
Daniel Fahey
2b35a6bd33 linuxKernel.kernels.linux_zen: 6.11.2-zen1 -> v6.11.5-zen1 2024-10-23 13:32:21 +01:00
Kiskae
00c33287da linuxPackages.nvidiaPackages.production: 550.120 -> 550.127.05 2024-10-23 13:17:39 +02:00
K900
4ad1a3ddd9
Kernel updates for 2024-10-22 (#350500) 2024-10-23 08:39:14 +03:00
Sandro
ee8bdf4f09
vmware-workstation: 17.5.2 -> 17.6.1 (#343028) 2024-10-23 01:27:05 +02:00
Kiskae
e718ed96ed linuxPackages.nvidiaPackages.beta: 560.31.02 -> 565.57.01 2024-10-22 23:10:22 +02:00
piegames
68927918d0 treewide: Fix indentation in strings
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.

I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.

Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.

List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00