Commit Graph

26548 Commits

Author SHA1 Message Date
K900
88746a7943 linux/common-config: update for 6.12
- refactor Rust checks to prepare for enablement
- enable DRM panic QR codes when Rust is enabled
- enable I2C_DESIGNWARE_CORE explicitly for all the Bay Trail things
- enable all the zram backends because they're separate options now and basically free
- enable the new and returning module compression related options
- enable scx and NFS local IO
2024-09-30 18:43:05 +03:00
K900
0ea0c2a7c6 linux-rt_6_6: 6.6.49-rt41 -> 6.6.52-rt43 2024-09-30 18:06:31 +03:00
K900
6c12dc7005 linux-rt_6_1: 6.1.108-rt40 -> 6.1.111-rt42 2024-09-30 18:05:53 +03:00
K900
6290efed15 linux-rt_5_10: 5.10.224-rt116 -> 5.10.225-rt117 2024-09-30 18:04:29 +03:00
K900
7df132ae3e linux_6_1: 6.1.111 -> 6.1.112 2024-09-30 18:04:04 +03:00
K900
20380379db linux_6_6: 6.6.52 -> 6.6.53 2024-09-30 18:04:00 +03:00
K900
8fa87fa112 linux_6_10: 6.10.11 -> 6.10.12 2024-09-30 18:03:55 +03:00
K900
30c52da8a1 linux_6_11: 6.11 -> 6.11.1 2024-09-30 18:03:47 +03:00
K900
5e8d28572a linux_testing: 6.11-rc7 -> 6.12-rc1 2024-09-30 18:03:42 +03:00
Nick Cao
9c47f2e33b
linux-pam.meta.homepage: update (#345363) 2024-09-30 09:08:24 -04:00
Alyssa Ross
f95b3605e0
linux-pam.meta.homepage: update
Old one redirects here.
2024-09-29 22:58:02 +02:00
K900
10f9466add linuxPackages.nvidia_x11: symlink libglxserver_nvidia.so 2024-09-29 18:56:25 +03:00
K900
2f204572c6 nixos-rebuild: remove accidentally lost check
We should not set version to .git. when we don't know the commit.
2024-09-29 12:15:23 +03:00
Matthew Toohey
2095eae5ce fan2go: 0.8.1 -> 0.9.0 2024-09-28 20:29:14 -04:00
Franz Pletz
1174fd6678
linuxPackages.nvidiaPackages.*.open: fix for linux 6.11 (#344460) 2024-09-27 14:05:32 +02:00
Kiskae
a3340a9a8c linuxPackages.nvidiaPackages.vulkan_beta: 550.40.71 -> 550.40.75 2024-09-27 00:03:07 +02:00
Masum Reza
0eed89c88e
linuxPackages.rtl8188eus-aircrack: support kernels 6.8-6.11 (#340622) 2024-09-26 11:03:17 +05:30
Franz Pletz
b7085bde2e
linuxPackages.nvidiaPackages.production: 550.107.02 -> 550.120 (#344524) 2024-09-26 04:29:07 +02:00
Franz Pletz
841f166ff9
linuxPackages.nvidiaPackages.latest.open: fix for linux 6.11
Fixes framebuffer support in Linux 6.11.

Fixes #343774, #323396.
2024-09-26 01:55:03 +02:00
Kiskae
4aa2d486e1 linuxPackages.nvidiaPackages.production: 550.107.02 -> 550.120 2024-09-25 22:40:56 +02:00
Artturin
88a3127a60 apparmor: fix invalid reference when withPython=false 2024-09-25 19:50:10 +03:00
Nick Cao
dbd97393f2
raspberrypifw: 1.20240902 -> 1.20240924 (#344258) 2024-09-24 18:06:47 -04:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
52208da9ab raspberrypifw: 1.20240902 -> 1.20240924 2024-09-24 17:39:49 +00:00
Fabián Heredia Montiel
9b19ba7d5c
linux_xanmod, linux_xanmod_latest: 2024-09-18 (#343115) 2024-09-24 08:28:32 -06:00
K900
4e854488ec
linuxPackages.nvidia_x11: install libraries with correct sonames (#343706) 2024-09-24 14:32:51 +03:00
nix-julia
74ebc7b5b7
linuxPackages.rtl8188eus: support kernels 6.8-6.11
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-09-24 15:29:05 +05:30
Fabián Heredia Montiel
904a34e89b
linux/hardened/patches/6.9: remove 2024-09-23 18:51:34 +02:00
Fabián Heredia Montiel
57a558e46d
linux/hardened/patches/6.8: remove 2024-09-23 18:51:34 +02:00
Fabián Heredia Montiel
f0e642ad8b
linux/hardened/patches/4.19: remove 2024-09-23 18:51:33 +02:00
Fabián Heredia Montiel
6a510f8518
linux: drop EOLed kernels from kernels-org.json 2024-09-23 18:51:33 +02:00
Fabián Heredia Montiel
e930509d18
linux/hardened/patches/6.6: 6.6.32-hardened1 -> v6.6.51-hardened1 2024-09-23 18:51:33 +02:00
Fabián Heredia Montiel
1f403d3a06
linux/hardened/patches/6.10: init at v6.10.10-hardened1 2024-09-23 18:51:32 +02:00
Fabián Heredia Montiel
2794012a3e
linux/hardened/patches/6.1: 6.1.92-hardened1 -> v6.1.110-hardened1 2024-09-23 18:51:32 +02:00
Fabián Heredia Montiel
6178bdf029
linux/hardened/patches/5.4: 5.4.277-hardened1 -> v5.4.284-hardened1 2024-09-23 18:51:32 +02:00
Fabián Heredia Montiel
fec646af8d
linux/hardened/patches/5.15: 5.15.160-hardened1 -> v5.15.167-hardened1 2024-09-23 18:51:31 +02:00
Fabián Heredia Montiel
ad3ec7bd3d
linux/hardened/patches/5.10: 5.10.218-hardened1 -> v5.10.226-hardened1 2024-09-23 18:51:31 +02:00
Fabián Heredia Montiel
60623de0b3
linux/hardened: fix update script
Due to releases now including a v (and before didn't) hardened hasn't
been updated since May 2024 (4 months ago)
2024-09-23 18:51:31 +02:00
Masum Reza
ee518294d1
linuxPackages.perf: fix path to dmesg (#258027) 2024-09-22 23:29:52 +05:30
K900
6663591207 linuxPackages.nvidia_x11: install libraries with correct sonames
Use the real soname from the library to determine where to link it,
and use a symlink structure that does not make ldconfig explode.
2024-09-22 20:29:49 +03:00
Maximilian Bosch
179b6bce21
Merge: linux_4_19: drop (#343283) 2024-09-22 16:46:54 +02:00
Aleksana
c95f168b8f
nfs-utils: fix LDAP support (#342130) 2024-09-22 21:42:04 +08:00
Sandro Jäckel
e12175e3e1
linuxPackages.perf: fix path to dmesg 2024-09-22 15:28:51 +05:30
Masum Reza
40cbfbbdf1
linuxPackages.rtw88: 0-unstable-2024-07-27 -> 0-unstable-2024-08-22 (#342583) 2024-09-22 15:19:34 +05:30
Fabián Heredia Montiel
9b2b1f82b8 linux: cleanup common-config after 4.19 drop 2024-09-21 19:11:50 -06:00
Fabián Heredia Montiel
777c1bc861 linux_4_19: drop since it will reach EOL within NixOS 24.11 2024-09-21 19:11:50 -06:00
lassulus
c40b4ad40b
pcm: 202405 -> 202409 (#342543) 2024-09-21 11:25:05 +02:00
K900
685d691da1
nixos/tools: start cleanup (#343075) 2024-09-20 10:08:12 +03:00
Peder Bergebakken Sundt
8224ad87b0
xone: fix kernel 6.11 compatibility (#342528) 2024-09-20 03:53:52 +02:00
Raroh73
ff4117b690
xone: fix kernel 6.11 compatibility 2024-09-19 22:46:33 +02:00
Shawn8901
a371dc4593 linux_xanmod_latest: 6.9.10 -> 6.9.10 2024-09-19 22:09:50 +02:00
Shawn8901
a4eb2ac49f linux_xanmod: 6.6.51 -> 6.6.52 2024-09-19 22:05:41 +02:00
codgician
59070b8044
linuxPackages_latest.prl-tools: 20.0.0-55653 -> 20.0.1-55659 2024-09-20 02:12:04 +08:00
codgician
b146aff9d2
linuxPackages_latest.prl-tools: add update script 2024-09-20 02:11:34 +08:00
K900
1bf0ffb22e nixos-rebuild: inline get-version-suffix script
It has no other consumers anyway. Also saves some work.
2024-09-19 20:05:58 +03:00
K900
f0297c4e52
deviceTree.applyOverlays: rewrite in Python/libfdt (#341883) 2024-09-19 09:32:26 +03:00
Masum Reza
6e39a7fbc0
linuxPackages_latest.nct6687d: 0-unstable-2024-02-23 -> 0-unstable-2024-09-02 (#342830) 2024-09-19 09:52:46 +05:30
Ryan Hendrickson
7a0531c4dd
ryzenadj: 0.15.0 -> 0.16.0 (#342936) 2024-09-19 00:08:29 -04:00
K900
5a7a587ad7
Kernel updates for 2024-09-18 (#342859) 2024-09-19 05:54:44 +03:00
R. Ryantm
141a5a56c6 ryzenadj: 0.15.0 -> 0.16.0 2024-09-19 02:41:40 +00:00
Fabián Heredia Montiel
d0b8a0b815
linux_xanmod, linux_xanmod_latest: 2024-09-13 (#342029) 2024-09-18 16:03:25 -06:00
Fabián Heredia Montiel
8edb205b42
linuxPackages.apfs: 0.3.10 -> 0.3.11 (#342555) 2024-09-18 15:38:10 -06:00
K900
a2787576bb linux_6_1: 6.1.110 -> 6.1.111 2024-09-18 21:14:57 +03:00
K900
9bb5c9ae1b linux_6_6: 6.6.51 -> 6.6.52 2024-09-18 21:14:48 +03:00
K900
ccdb30bc27 linux_6_10: 6.10.10 -> 6.10.11 2024-09-18 21:14:13 +03:00
John Titor
f8a752fa37
linuxPackages_latest.nct6687d: 0-unstable-2024-02-23 -> 0-unstable-2024-09-02 2024-09-18 21:33:15 +05:30
rnhmjoj
a065b80b90
wpa_supplicant: add patch to fix ext_passwords_file bug
This fixes inconsistent behaviour in ext_passwords_file that makes
impossible to input passphrases containing certain characters.

Closes #342140
2024-09-18 16:06:17 +02:00
Adam C. Stephens
7f206b648b
zfs: deprecate latestCompatibleLinuxPackages (#341596) 2024-09-18 10:01:00 -04:00
Franz Pletz
421ef9a289
Migrate packages to pkgs/by-name, format with nixfmt-rfc-style (#342625) 2024-09-18 06:32:28 +02:00
Anthony ROUSSEL
417bc18feb adcli: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:49 +02:00
Anthony ROUSSEL
1246e83b48 powertop: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:49 +02:00
Alois Wohlschlager
cba9ec8bc8
linuxPackages.rtw88: 0-unstable-2024-07-27 -> 0-unstable-2024-08-22
Changes: 610e04fc38...764a1ee307
Notably, this fixes the build against Linux 6.11.
2024-09-17 18:57:57 +02:00
R. Ryantm
2d314787f4 intel-compute-runtime: 24.31.30508.7 -> 24.35.30872.22 2024-09-17 16:24:57 +00:00
R. Ryantm
7ff0f59a9b pcm: 202405 -> 202409 2024-09-17 13:31:02 +00:00
Adam Stephens
2dbc1128b3
zfs: deprecate latestCompatibleLinuxPackages
Using zfs.latestCompatibleLinuxPackages can result in downgrades to the kernel on a system, potentially causing breakage.
This breakage may not be apparent during build and switch, but only after attempting to reboot into the updated generation.
By forcing users to explicitly manage their kernel version, we can ensure that the breakage will be apparent at build time instead.
2024-09-17 08:57:38 -04:00
Luflosi
82cda379bb
linuxPackages.apfs: 0.3.10 -> 0.3.11
https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.11
2024-09-17 14:32:44 +02:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name (#341412) 2024-09-17 11:17:16 +08:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
Paul Meyer
18ecb38afd
fscryptctl: 1.0.0 -> 1.2.0 (#338344) 2024-09-16 15:17:26 +02:00
gaykitty
f388ebdb19
framework-laptop-kmod: 0-unstable-2024-01-02 -> 0-unstable-2024-09-15
add updateScript
2024-09-16 15:45:48 +05:30
K900
eea86b8dec
linux_6_11: init at 6.11 (#342117) 2024-09-15 22:47:33 +03:00
arcnmx
a6a8bdf09c nfs-utils: optional LDAP support 2024-09-15 12:19:55 -07:00
K900
4e54a5a38a linuxPackages_6_11.perf: fix build 2024-09-15 21:14:52 +03:00
K900
5fc58c6b7a linux_6_11: init at 6.11 2024-09-15 21:04:07 +03:00
Fabián Heredia Montiel
f72ed27f57
tcp_wrappers: 7.6.q-26 -> 7.6.q-33 (#342074) 2024-09-15 11:53:50 -06:00
Alyssa Ross
68652a1fa9
tcp_wrappers: 7.6.q-26 -> 7.6.q-33
Fixes building with GCC 14.

postPatch is no longer necessary to avoid a build failure on musl.
2024-09-15 15:41:45 +02:00
Alyssa Ross
fc402c2ab8 systemd: fix building for musl with GCC 14 2024-09-15 14:56:51 +02:00
Shawn8901
14dec03c87 linux_xanmod_latest: 6.10.9 -> 6.10.10 2024-09-15 11:46:24 +02:00
Shawn8901
cf71c1dfcd linux_xanmod: 6.6.50 -> 6.6.51 2024-09-15 11:43:27 +02:00
Aleksana
2e436c17b4
universal-pidff: init at 0.0.6 (#334445) 2024-09-15 16:34:05 +08:00
dane
246c4d4fd9 universal-pidff: init at 0.0.6
Co-authored-by: DaRacci <me@racci.dev>
2024-09-15 15:09:08 +08:00
K900
5567f3ace5 deviceTree.applyOverlays: rewrite in Python/libfdt
Pros:
- code you can actually read
- compatible strings handled properly
- no shelling out to what's essentially test tools

Cons:
- Python
2024-09-15 06:46:01 +03:00
Peder Bergebakken Sundt
0ac9e3f7d5
linuxptp: 4.3 -> 4.4 (#341483) 2024-09-14 04:12:57 +02:00
Weijia Wang
2982749864
fwts: 24.03.00 -> 24.07.00 (#331211) 2024-09-13 11:54:07 +02:00
Weijia Wang
7cd6534e42
linuxPackages_latest.prl-tools: 19.4.1-54985 -> 20.0.0-55653 (#341283) 2024-09-13 11:50:54 +02:00
Nick Cao
fa02ca14c1
linux_xanmod, linux_xanmod_latest: 2024-09-08 (#340912) 2024-09-12 19:08:51 -04:00
Weijia Wang
fcfa995838
checkpolicy: 3.6 -> 3.7 (#332230) 2024-09-12 22:48:45 +02:00
Markus Kowalewski
15461c9aef
linuxptp: 4.3 -> 4.4 2024-09-12 20:20:04 +02:00
K900
e05f91dc7b linux_latest-libre: 19624 -> 19631 2024-09-12 19:09:14 +03:00