Commit Graph

27072 Commits

Author SHA1 Message Date
K900
4066bd4d68
Merge pull request #306920 from 500InternalError/linux_testing
linux_testing: 6.9-rc4 -> 6.9-rc5
2024-04-26 16:49:53 +03:00
Weijia Wang
18d51c2c5d
Merge pull request #305642 from wegank/lib-version-fix
treewide: fix version in changelog
2024-04-26 10:55:51 +02:00
Doron Behar
258bbbf949
Merge pull request #306355 from eclairevoyant/nixos-rebuild-generations
nixos-rebuild: avoid rebuilding nix / reexecuting nixos-rebuild for list-generations
2024-04-26 11:41:38 +03:00
Aleksana
ea6de91e70
Merge pull request #306387 from khaneliman/sketchybar
sketchybar: pkgs/os-specific -> pkgs/by-name
2024-04-26 16:18:00 +08:00
500InternalError
6cfb1f6868 linux_testing: 6.9-rc4 -> 6.9-rc5 2024-04-26 14:45:18 +08:00
Nick Cao
c3ec6b8f44
Merge pull request #306822 from Kiskae/nvidia/550.78
linuxPackages.nvidiaPackages.production: 550.76 -> 550.78
2024-04-25 18:27:18 -04:00
Kiskae
00cbced6c5 linuxPackages.nvidiaPackages.production: 550.76 -> 550.78 2024-04-25 18:43:45 +02:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
Jared Baur
ce80359d9f deviceTree: ensure file symlinks are included in applyOverlays output
When using a custom `hardware.deviceTree.dtbSource`, we cannot assume
that all DTBs in this directory are regular files. This change allows
for file symlinks to be present as well, which fixes the issue where
only file (a symlink) is present in `dtbSource` and the copy fails with
`cp: missing file operand`.
2024-04-24 19:38:39 -07:00
Nick Cao
8c6c0ea2b7
Merge pull request #306632 from Kiskae/nvidia/550.40.61
linuxPackages.nvidiaPackages.vulkan_beta: 550.40.59-> 550.40.61
2024-04-24 20:55:59 -04:00
Kiskae
e29d6c7907 linuxPackages.nvidiaPackages.vulkan_beta: 550.40.59-> 550.40.61 2024-04-24 22:25:21 +02:00
Bernardo Meurer
3aee40c139
Merge pull request #306536 from DontEatOreo/update-raycast
raycast: 1.71.3 -> 1.72.0
2024-04-24 11:39:52 -04:00
DontEatOreo
dc73da7851
raycast: 1.71.3 -> 1.72.0
Changelog: https://www.raycast.com/changelog/1-72-0
2024-04-24 16:45:26 +03:00
Atemu
a08357633a
Merge pull request #306439 from Atemu/update/nct6687d
linuxPackages.nct6687d: unstable-2023-09-22 -> 0-unstable-2024-02-23
2024-04-24 14:37:07 +02:00
Sandro
212e6522de
Merge pull request #305563 from birkb/drbd-kernel-module 2024-04-24 14:25:12 +02:00
Austin Horstman
01c6349c14
sketchybar: pkgs/os-specific -> pkgs/by-name 2024-04-23 19:02:33 -05:00
éclairevoyant
2680b60c30
nixos-rebuild: avoid rebuilding nix / reexecuting nixos-rebuild for list-generations 2024-04-23 15:03:52 -04:00
Sergio Miguéns Iglesias
30bc5085b8 rtl8852bu: init at f6aaa3c 2024-04-23 19:29:05 +02:00
K900
6a456955a2
Merge pull request #279702 from lonyelon/master
rtl8852au: init at 70bdde2
2024-04-23 08:09:35 +03:00
Peder Bergebakken Sundt
60158aae64
Merge pull request #283405 from phlip9/update-sgx-2.23
sgx-sdk: 2.21 -> 2.23
2024-04-22 22:50:37 +02:00
Nick Cao
96d17eb015
Merge pull request #305182 from r-ryantm/auto-update/linuxKernel.packages.linux_6_8.r8125
linuxKernel.packages.linux_6_8.r8125: 9.012.03 -> 9.013.02
2024-04-22 15:06:15 -04:00
Ulrik Strid
51da29234d
Merge pull request #305055 from Rexcrazy804/update-lenovo-legion
lenovo-legion: 0.0.9 -> 0.0.12
2024-04-22 20:46:21 +02:00
Sandro
ab3fc0538d
Merge pull request #305990 from flexiondotorg/mwprocapture-hash
mwprocapture: fix incorrect hash
2024-04-22 17:57:00 +02:00
John Ericson
da831a4b42
Merge pull request #305864 from obsidiansystems/aa/netbsd_pkgs
netbsd: move packages into their own modules
2024-04-22 11:29:39 -04:00
Ali Abrar
f0b2aa7354 netbsd: move packages into their own modules 2024-04-22 10:53:59 -04:00
Martin Wimpress
6c309c37ab
mwprocapture: fix incorrect hash
The mwprocapture 1.3.0.4390 driver has been republished by Magewell without a version change.
2024-04-22 13:14:34 +01:00
Pavel Roskin
2456bfc6c3 busybox: lower priority to 15, below systemd and coreutils
Busybox, systemd and coreutils all have priority 10. Busybox binaries
have been observed to shadow systemd and coreutils binaries.

If systemd is used, its binaries should be preferred, as they are aware
of systemd. For instance, the busybox provided `reboot` cannot reboot
NVidia Jetson AGX Xavier, whereas the systemd `reboot` can.

This also gives busybox lower priority than coreutils. Busybox is meant
for embedded systems with limited resources. If busybox and coreutils
coexist, the resources are normally not an issue. Busybox should only
shadow binaries that are known to be deficient.

If anyone wants to prefer busybox (e.g. memory constrained system with
plenty of non-volatile storage), it's up to them to prioritize busybox
manually above coreutils, util-linux and other packages. It's not a
common case.
2024-04-22 12:09:21 +02:00
Pol Dellaiera
193b257c8b
Merge pull request #303639 from r-vdp/dbus-broker-36
dbus-broker: 35 -> 36
2024-04-21 23:01:01 +02:00
birkb
e475ed648e
drbd driver: 9.2.7 -> 9.2.8
- xz compression added for module files
- no support for kernel 6.8 or newer
- sri format used for hash
- release notes for 24.05 updated

Signed-off-by: birkb <birk@batchworks.de>
2024-04-21 21:50:16 +02:00
Sandro
4b102e1df4
Merge pull request #305374 from r-ryantm/auto-update/intel-compute-runtime
intel-compute-runtime: 24.09.28717.12 -> 24.13.29138.7
2024-04-21 19:45:13 +02:00
Weijia Wang
58b5b2748f treewide: fix version in changelog 2024-04-21 19:33:05 +02:00
Nick Cao
68165781cc
Merge pull request #305530 from NixOS/revert-302719-fw-ectool
Revert "fw-ectool: unstable-2022-12-03 -> 0-unstable-2023-12-15, switch upstream"
2024-04-21 02:14:30 -04:00
Weijia Wang
20e0c45c7a
Merge pull request #304527 from atorres1985-contrib/earlyoom
earlyoom: 1.7 -> 1.8
2024-04-20 23:06:06 +02:00
Sandro
65b10c53d1
Merge pull request #288610 from sephii/nixos-rebuild-remote-specialisation
nixos-rebuild: fix --specialisation with remote builder and target
2024-04-20 21:11:35 +02:00
Nick Cao
e145d5d780
Revert "fw-ectool: unstable-2022-12-03 -> 0-unstable-2023-12-15, switch upstream" 2024-04-20 07:38:46 -04:00
R. Ryantm
910ecd57ed intel-compute-runtime: 24.09.28717.12 -> 24.13.29138.7 2024-04-19 19:23:18 +00:00
Bernardo Meurer
7e6c9695f5
Merge pull request #304993 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2024-04-17
2024-04-19 14:27:43 -04:00
Anderson Torres
0bd067ca39 earlyoom: migrate to by-name 2024-04-19 09:50:56 -03:00
Atemu
51a865e8e4 linuxPackages.nct6687d: unstable-2023-09-22 -> 0-unstable-2024-02-23 2024-04-19 14:30:57 +02:00
Atemu
2dc85cf8c0 linuxPackages.nct6687d: add updateScript 2024-04-19 14:30:57 +02:00
R. Ryantm
fdb56277ab linuxKernel.packages.linux_6_8.r8125: 9.012.03 -> 9.013.02 2024-04-19 01:19:52 +00:00
Rexiel Scarlet
ce6fec6586 lenovo-legion: 0.0.9 -> 0.0.12
https://github.com/johnfanv2/LenovoLegionLinux/releases/tag/v0.0.12-prerelease
2024-04-18 18:47:52 +05:30
zzzsyyy
1192ff2a88
linux_xanmod_latest: 6.8.6 -> 6.8.7 2024-04-18 14:03:19 +08:00
zzzsyyy
febed9d1eb
linux_xanmod: 6.6.27 -> 6.6.28 2024-04-18 10:17:36 +08:00
github-actions[bot]
e2bf665bb2
Merge master into staging-next 2024-04-18 00:02:13 +00:00
Nick Cao
fd0b14a61d
Merge pull request #304821 from Kiskae/nvidia/550.76
linuxPackages.nvidiaPackages.production: 550.67 -> 550.76
2024-04-17 16:30:37 -04:00
Kiskae
b7b3a078ac linuxPackages.nvidiaPackages.production: 550.67 -> 550.76 2024-04-17 20:52:26 +02:00
github-actions[bot]
5c2b2d5b74
Merge master into staging-next 2024-04-17 18:01:04 +00:00
K900
72bd0d6b1a linux/common-config: fix fallout from #293302
- NVME_AUTH must be module if NVME_CORE is module on 6.7+
- NVME_TARGET_PASSTHRU is spelled differently, and does not exist before 5.9
- PCI_P2PDMA does not exist before 4.20
2024-04-17 20:36:14 +03:00
K900
d205596f17
Merge pull request #293302 from vifino/kconfig-tweaks
linux: Enable P2P DMA, NVMe Target Passthrough, Fabrics In-Band Auth and TCP TLS.
2024-04-17 19:51:17 +03:00