9 Commits

Author SHA1 Message Date
Ben Siraphob f15f53f89c linuxPackages.rtl*: mark broken on kernel >= 6.17 2025-11-16 21:51:46 -05:00
Wolfgang Walther 5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02: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 https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Alexis Hildebrandt bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
WilliButz 4ee5f054e9 linuxPackages.rtl8723ds: 2022-12-01 -> 2023-11-24 2024-05-10 17:21:34 +02:00
github-actions[bot] 41d7ce1517 Merge master into staging-next 2023-02-03 06:01:30 +00:00
superherointj 2ca4096f7f linuxPackages.rtl8723ds: unstable-2022-10-20 -> unstable-2022-12-01 2023-02-02 17:09:02 -03:00
Artturin 6e3bff617f treewide: remove replacements of '$(shell uname -r)' with '${kernel.modDirVersion}'
after adding deterministic-uname to kernel.moduleBuildDependencies this
is unnecessary
2023-01-22 13:46:12 +02:00
Chuang Zhu 98edc9b253 linuxPackages.rtl8723ds: init at unstable-2022-10-20 2022-11-03 10:00:00 +08:00