16 Commits

Author SHA1 Message Date
Eman Resu 9d26adcd20 treewide: avoid using singleton lists for licenses 2026-07-15 13:56:52 -04:00
jopejoe1 15849548a0 linuxPackages.system76: add pname and version 2026-01-14 19:41:04 +01:00
ccicnce113424 954600a7c0 pkgsLLVM.linuxPackages: fix kernel modules building by setting makeFlags 2025-09-03 16:22:28 +05:30
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
Aaron Honeycutt 0019621da3 system76{,-acpi}: add maintainer ahoneybun (#366236)
ahoneybun adopts system76 packages

Co-authored-by: Aaron Honeycutt <aaronhoneycutt@proton.me>
2025-01-17 02:06:24 +01:00
Bryan Gardiner 54b5803ecb linuxPackages.system76: 1.0.16 -> 1.0.17
This newer version fixes the build against Linux 6.12.
2024-12-27 21:19:03 -08:00
Bryan Gardiner 16edc2a07b linuxPackages.system76: drop khumba from maintainers 2024-12-16 21:58:53 -08: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
Bryan Gardiner 7c1d037fb1 system76-dkms: style improvements 2024-10-29 18:02:07 -07:00
Bryan Gardiner fdaa4fc5a8 system76-dkms: 1.0.13 -> 1.0.16
The latest release adds a small compatibility fix needed for Linux 6.11.
2024-10-29 18:02:06 -07:00
Alyssa Ross d189bf92f9 linuxPackages.system76: 1.0.12 -> 1.0.13 2021-10-04 21:58:13 +00:00
Alyssa Ross 6e75f7c862 linuxPackages.system76: 1.0.9 -> 1.0.12 2021-09-28 07:34:34 +00:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Shea Levy 452fda1d7e linuxPackages.system76: Install hwdb rules 2020-09-23 06:27:38 -04:00
Bryan Gardiner 6d7f0bca40 linuxPackages.system76: init at 1.0.9 2020-09-04 17:23:38 -07:00