Commit Graph

709 Commits

Author SHA1 Message Date
coolcuber
a96b9b6cb6 ath9k-htc-blobless-firmware-unstable: fix version 2026-07-28 18:28:26 -04:00
Guy Chronister
862602434e raspberrypi-armstubs: migrate to by-name 2026-03-03 16:45:51 -06:00
Guy Chronister
c2652c9bf4 raspberrypifw: migrate to by-name 2026-03-03 16:45:51 -06:00
Marcin Serwin
59364fb99a maintainers: drop dezgeg
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-02-22 12:43:51 +01:00
Jo
b843a8e5f6 b43-fwcutter: refactor and rename from b43FirmwareCutter (#488351) 2026-02-18 11:00:12 +00:00
quantenzitrone
bbb0cc8924 b43-fwcutter: refactor and rename from b43FirmwareCutter
b43-fwcutter is the upstream package name.
It also happens to not break the no uppercase package naming rule.
2026-02-10 16:50:41 +01:00
Stefan Frijters
8e2d9f2c75 b43-firmware: update source, set sourceProvenance, modernize
The previous url redirects to some gambling website; the new url provides the same tarballs
2026-01-03 16:20:09 +01:00
Stefan Frijters
aca9b21fd3 b43-firmware: convert to SRI hash 2026-01-03 16:18:30 +01: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
Sandro
61cea1405d ath9k-htc-blobless-firmware-{unstable}: fix cmake 4 error (#457087) 2025-11-07 18:25:48 +00:00
Rafael Ieda
cdc8050f8e treewide: mark as broken on darwin (last successful Hydra build in 2024) 2025-11-05 12:57:40 -03:00
Guy Chronister
5a3445b59a ath9k-htc-blobless-firmware,ath9k-htc-blobless-firmware-unstable: fix cmake 4 error 2025-10-30 15:35:41 -05:00
jopejoe1
61d0373a40 lib.licenses: replace classpath license with exception
The GPL-2.0-with-classpath-exception is deprecated in spdx and the exception Classpath-exception-2.0 should be used instead.
Other Classpath license hace also benn replaced with it.
2025-08-31 16:19:22 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
R. Ryantm
986d13561f raspberrypifw: 1.20241008 -> 1.20250430 2025-07-11 14:51:10 +02:00
Atemu
472eb192b0 ath9k: fix build of old gmp by disabling compiler warnings 2025-05-18 15:37:06 +02:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Silvan Mosberger
374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
jopejoe1
7d30c40939 treewide: migrate packages to pkgs/by-name, again 2025-03-25 17:00:45 +01:00
K900
4e8bf8d9d3 linux-firmware: 20250211 -> 20250311, fetch from cdn.kernel.org
The git snapshot export is down and slow and we don't need it
because we fake git anyway.
2025-03-11 22:33:55 +03:00
K900
dc9233d928 linux-firmware: 20250109 -> 20250211 2025-02-12 23:11:20 +03:00
K900
98c2f36960 linux-firmware: 20241210 -> 20250109 2025-01-10 01:21:07 +03:00
K900
bc08fdc6e5 linux-firmware: 20241110 -> 20241210 (#364011) 2024-12-11 09:44:31 +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
K900
3887116c00 linux-firmware: 20241110 -> 20241210 2024-12-10 21:59:50 +03:00
Sefa Eyeoglu
10343b095a linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 2024-11-18 10:37:45 +01:00
K900
4c3539c70b linux-firmware: 20241017 -> 20241110 2024-11-11 07:42:37 +03:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Reno Dakota
52bf1163fa treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Ratchanan Srirattanamet
fb43b7067e raspberrypifw: 1.20240926 -> 1.20241008 2024-11-03 21:36:32 +00:00
Jared Baur
e337131349 linux-firmware: fix build when cross-compiling
Using `findutils` in such a way where `callPackage` cannot splice it to
use the `buildPlatform`'s package-set breaks building `linux-firmware`
when `buildPlatform` != `hostPlatform`. Since `findutils` is already
included in all `stdenv.mkDerivation` calls, we can get rid of pulling
in the different `findutils` and re-use the one that works on
`buildPlatform`.
2024-10-19 18:51:48 -07:00
K900
beb7aeeca1 linux-firmware: 20240909 -> 20241017 2024-10-17 17:45:41 +03:00
melvyn
ab3c6af590 sof-firmware: add new files from 2024.09 2024-10-13 21:30:07 -07:00
Matej Cotman
f53387e15a ipu6: update packages
This updates the ipu6 driver and firmware to a more recent version,
which seems to at least work in Chrom{e,ium}.

ipu6-drivers now relies on the in-kernel ipu6 kernel driver, so we
update our logic and metadata for it.
2024-10-12 00:45:04 +03:00
Tristan Ross
d08e057fcb firmware-updater: unstable-2024-18-04 -> 0-unstable-2024-10-03 2024-10-06 09:05:08 -07:00
R. Ryantm
fccc486a86 sof-firmware: 2024.06 -> 2024.09 2024-10-04 06:38:33 +00:00
R. Ryantm
7652f0e6be raspberrypifw: 1.20240924 -> 1.20240926 2024-10-02 03:40:45 +00:00
Nick Cao
dbd97393f2 raspberrypifw: 1.20240902 -> 1.20240924 (#344258) 2024-09-24 18:06:47 -04: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
K900
20b6eda372 linux-firmware: 20240811 -> 20240909 2024-09-09 15:53:18 +03:00
Nick Cao
13f904f2b1 sof-firmware: 2024.03 -> 2024.06 (#328215) 2024-09-08 09:41:47 -04:00
R. Ryantm
ff85fb798a raspberrypifw: 1.20240529 -> 1.20240902 2024-09-02 15:14:44 +00:00
Felix Buehler
3bf56ef4ea rtl8192su-firmware: remove 'with lib;' 2024-08-16 16:09:03 +02:00
K900
10714388b1 linux-firmware: 20240709 -> 20240811 2024-08-11 18:20:58 +03:00
Sandro
e4a6568004 Merge pull request #312403 from alois31/rtw88 2024-07-31 13:14:18 +02:00
Alois Wohlschlager
ec60e56b26 rtw88-firmware: drop
It's all part of linux-firmware now.
2024-07-31 10:26:51 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
R. Ryantm
d85827e40c sof-firmware: 2024.03 -> 2024.06 2024-07-18 16:12:17 +00:00