Commit Graph

25 Commits

Author SHA1 Message Date
Hythera
630ef37f6f maintainers: drop atila 2026-02-19 23:56:03 +01:00
R. Ryantm
4f52463b9a linuxPackages.rtw88: 0-unstable-2025-12-28 -> 0-unstable-2026-02-12 2026-02-16 23:25:13 +00:00
R. Ryantm
06e31bef16 linuxPackages.rtw88: 0-unstable-2025-11-30 -> 0-unstable-2025-12-28 2026-01-01 05:35:34 +00:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
R. Ryantm
e8516f2916 linuxPackages.rtw88: 0-unstable-2025-10-20 -> 0-unstable-2025-11-30 2025-12-06 07:07:51 +00:00
R. Ryantm
e733121809 linuxPackages.rtw88: 0-unstable-2025-09-05 -> 0-unstable-2025-10-20 2025-10-21 03:32:57 +00:00
R. Ryantm
65f13dbba1 linuxPackages.rtw88: 0-unstable-2025-08-09 -> 0-unstable-2025-09-05 2025-09-07 20:24:12 +00:00
R. Ryantm
533f8105e1 linuxPackages.rtw88: 0-unstable-2025-07-13 -> 0-unstable-2025-08-09 2025-08-09 21:44:03 +00:00
R. Ryantm
3cf49495af linuxPackages.rtw88: 0-unstable-2025-06-26 -> 0-unstable-2025-07-13 2025-07-14 17:02:56 +00:00
R. Ryantm
836fadeffd linuxPackages.rtw88: 0-unstable-2025-05-08 -> 0-unstable-2025-06-26 2025-07-05 10:01:24 +00:00
Michael Daniels
5254700b73 linuxPackages.rtw88: 0-unstable-2024-08-22 -> 0-unstable-2025-05-08
Changes: lwfinger/rtw88@764a1ee307..461b696b51
2025-06-18 16:49:55 -04:00
Maximilian Bosch
5645cd22d4 linux: expose make flags for modules in linuxKernel.packages.linux_X_Y
Closes #376820

The issue with providing `moduleMakeFlags` via `passthru` of the kernel
package is that when this package gets overriden[1], the `moduleMakeFlags`
list still references the kernel without the overrides.

This broke e.g. kernel modules of linux-rpi4 which can be reproduced
with

    nix-build --argstr system aarch64-linux -A linuxKernel.packages.linux_rpi4.zfs_2_3

This used to break with

    Error: modDirVersion 6.6.51 specified in the Nix expression is wrong, it should be: 6.6.51-v8

since KBUILD_OUTPUT referenced the kernel without the changes from
`overrideDerivation` that also changes the `modDirVersion`.

The new approach is to add the build flags right into
`linuxKernel.packages.linux_X_Y`: that way we don't need any hacks to
update `moduleMakeFlags` when the derivation with the passthru gets
overridden.

By using the fixpoint of the package-set, the `kernelModuleMakeFlags`
list is correctly updated. E.g. given

    with import ./. {};

    linuxKernel.packages.linux_6_6.extend (self: super: {
      kernel = super.kernel.overrideAttrs (_: {
        name = "linux-snens";
      });
    })

the `makeFlags` is correctly updated:

    $ nix-instantiate snenskek.nix -A zfs_2_3.makeFlags --eval --strict
    [ "ARCH=x86_64" "CROSS_COMPILE=" "KBUILD_OUTPUT=/nix/store/gsp68549k1aqbwxwczpgw67w5jjn4shw-linux-snens-dev/lib/modules/6.6.74/build" ]

[1] E.g. `linux-rpi4`.
2025-01-27 16:09:50 +01:00
K900
aa3e94fe7c treewide: kernel.makeFlags -> kernel.moduleMakeFlags 2025-01-23 14:00:43 +03:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01: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
Alois Wohlschlager
9573db47a5 linuxPackages.rtw88: unstable-2023-07-23 -> 0-unstable-2024-07-27
Newer versions of the out-of-tree rtw88 driver feature significantly expanded
hardware support, including many hardware previously supported by the rtl8821au
driver.
2024-07-31 10:26:38 +02:00
K900
552fafbb31 linuxPackages.rtw88: 2022-11-05 -> 2023-07-23 2023-08-14 12:44:21 +03:00
AtilaSaraiva
c94492f30a linuxPackages.rtw88: 2022-06-03 to 2022-11-05 2022-11-06 19:07:07 -07:00
Átila Saraiva
2457c2ab9a linuxPackages.rtw88: 2022-05-08 to 2022-06-03 2022-06-15 11:57:30 -03:00
Átila Saraiva Quintela Soares
8fe16d153a linuxPackages.rtw88: 2021-04-19 to 2022-05-08, removed broken mark. (#174222)
* linuxPackages.rtw88: 2021-04-19 to 2022-05-08

added myself to the maintainers

* linuxPackages.rtw88: removing upper version limit for the broken mark
2022-05-25 22:20:35 +02:00
Nick Cao
123882b6aa rtw88: prepend kernel.makeFlags to makeFlags, pass moduleBuildDependencies 2022-03-07 12:23:48 +08:00
Alyssa Ross
357eacbcd4 linuxPackages.rtw88: mark broken on Linux 5.14 2021-08-31 11:08:55 +00:00
Samuel Gräfenstein
840805562b linuxPackages.rtw88: 2021-04-01 -> 2021-04-19 2021-04-21 10:03:49 +02:00
Samuel Gräfenstein
a893766d3a linuxPackages.rtw88: 2021-03-21 -> 2021-04-01 2021-04-02 01:43:16 +02:00
Samuel Gräfenstein
5a40af2df2 rtlwifi_new: fix build & rename to rtw88 2021-03-30 00:52:13 +02:00