Commit graph

2799 commits

Author SHA1 Message Date
Doron Behar
dd499a1e8a
Merge pull request #1843 from langsjo/pascal-580
nvidia/pascal: use legacy_580 drivers by default
2026-06-22 22:07:26 +00:00
langsjo
f8efd451e7 nvidia/pascal: use legacy_580 drivers by default
590 and higher have dropped support for Pascal
2026-06-23 00:52:09 +03:00
Doron Behar
a1b4dc7ff8
Merge pull request #1900 from NixOS/dependabot/nix/tests/treefmt-nix-db94781
build(deps): bump treefmt-nix from `2eddae0` to `db94781` in /tests
2026-06-22 21:49:49 +00:00
dependabot[bot]
f6d162eb8f
build(deps): bump treefmt-nix from 2eddae0 to db94781 in /tests
Bumps [treefmt-nix](https://github.com/numtide/treefmt-nix) from `2eddae0` to `db94781`.
- [Commits](2eddae033e...db947814a1)

---
updated-dependencies:
- dependency-name: treefmt-nix
  dependency-version: db947814a175b7ca6ded66e21383d938df01c227
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 21:34:05 +00:00
Doron Behar
2564d80414
Merge pull request #1895 from JamieMagee/lenovo-ideapad-14imh9-sleep-settings
lenovo/ideapad/14imh9: fix deprecated systemd.sleep.extraConfig
2026-06-22 21:15:08 +00:00
Doron Behar
aa741c485b
Merge pull request #1918 from peat-psuwit/for-upstream/linux_rpi-6.18.34
raspberry-pi/common/kernel: 6.18.33-1+rpt1 -> 6.18.34-stable_20260609
2026-06-22 20:57:43 +00:00
Doron Behar
b6f52e2b2c
Merge pull request #1923 from a-fritsch/raspberry-pi/kernel-preempt-fix
raspberry-pi/common/kernel: fix preempt config on kernel >=6.18
2026-06-22 20:57:05 +00:00
Jamie Magee
85d72767a4 lenovo/ideapad/14imh9: use systemd.sleep.settings instead of deprecated extraConfig 2026-06-22 13:05:04 -05:00
Jamie Magee
f1cf00348d tests: bump nixos-stable from 25.11 to 26.05 2026-06-22 13:05:04 -05:00
Alexander Fritsch
bbe86a57e5 raspberry-pi/common/kernel: fix preempt config on kernel >=6.18 2026-06-19 14:59:11 +02:00
Ratchanan Srirattanamet
efaa9faad5 raspberry-pi/common/kernel: 6.18.33-1+rpt1 -> 6.18.34-stable_20260609
raspberrypi/linux GitHub repo starts getting tagged again, so use that.
2026-06-17 01:39:40 +07:00
Doron Behar
08018c7217
Merge pull request #1911 from JamieMagee/raspberry-pi/update-kernel-and-firmware
raspberry-pi: update kernel and wireless firmware
2026-06-16 15:12:36 +00:00
Jamie Magee
e0019f40a3 raspberry-pi/common: update wireless firmware
- firmware-nonfree: 1:20240709-2~bpo12+1+rpt3 -> 1:20250410-2+rpt1
- bluez-firmware: 1.2-9+rpt3 -> 1.2-13+rpt2
2026-06-13 20:45:30 -07:00
Jamie Magee
4292c91856 raspberry-pi/common/kernel: 6.12.75-1+rpt1 -> 6.18.33-1+rpt1 2026-06-13 20:45:30 -07:00
Jörg Thalheim
6358ff7682
Merge pull request #1803 from liberodark/msi_z370
msi/z370-pc-pro: init
2026-06-11 09:02:37 +00:00
Jörg Thalheim
0d09433eac
Merge pull request #1676 from cguentherTUChemnitz/add-TUXEDO-InfinityBook-Pro-14-Gen10
Add tuxedo infinity book pro 14 gen10
2026-06-11 09:01:08 +00:00
liberodark
e3230fe3cb
Merge branch 'master' into msi_z370 2026-06-11 10:47:13 +02:00
Jörg Thalheim
32c2cd9e46
Merge pull request #1902 from govindsi/fix/imx9x_build
FIX: imx93 ATF compile fix with GCC 14+ and cross build fix for imx9x targets
2026-06-09 16:02:44 +00:00
Govind Singh
307a84fc96 compulab: ucm-imx95: fix cross-build of mkimage host tools
imx-mkimage runs on the build machine, but ucm-imx95-boot used target stdenv
and forced clang. Cross-building the SD image from x86_64 then failed building
mkimage_imx8 with "stdio.h not found", blocking flash.bin.

Build mkimage with buildPackages; keep firmware blobs from target pkgs.
2026-06-05 15:47:58 +04:00
Govind Singh
d66213a72e nxp: imx93-evk: fix cross-build of mkimage host tools
When building the imx93 SD image from x86_64, imx93-boot used target pkgs for
the imx-mkimage derivation and its native tools (git, dtc, xxd). mkimage runs on
the build machine, but Nix tried to cross-compile git for aarch64 and failed
with "linker `cc` not found" while building libgitcore, blocking flash.bin and
the SD image.

Build mkimage with buildPackages (host tools) while keeping firmware inputs
(ATF, U-Boot, OP-TEE, etc.) from target pkgs.
2026-06-05 11:45:05 +04:00
Govind Singh
e678820fd5 nxp: imx93-atf: fix GCC header-guard build failure
GCC 14+ treats the mismatched TRDC header guard in imx-atf as a hard error
(-Werror=header-guard), so bl31.bin does not build on our pinned revision.

Fetch the upstream fix (e194a14) as a patch without bumping the ATF revision.
2026-06-05 10:43:06 +04:00
Doron Behar
4ed851c979
Merge pull request #1896 from Malix-Labs/docs-flake-input
treewide: enhance flake inputs
2026-06-01 10:47:46 +00:00
Malix - Alix Brunet
43bd35ee23
treewide: make nixpkgs flake inputs target hydra tarballs 2026-06-01 12:34:58 +02:00
Malix - Alix Brunet
571b99c6aa
docs: flake input nixpkgs harmonize capitalisation 2026-06-01 12:34:56 +02:00
Malix - Alix Brunet
485fe1c88d
docs: flake input follows nixpkgs 2026-06-01 12:34:30 +02:00
Malix - Alix Brunet
b28e08a81f
docs: flake input fallback to default branch 2026-06-01 11:44:03 +02:00
Doron Behar
b76b5639c0
Merge pull request #1723 from Malix-Labs/remove-impure-nixpkgs
enhancement: remove impure `<nixpkgs>`
2026-05-29 14:43:32 +00:00
Malix - Alix Brunet
d84f0810be enhancement: remove impure <nixpkgs>
Co-Authored-By: Jamie Magee <jamie.magee@gmail.com>
Co-Authored-By: Doron Behar <doron.behar@gmail.com>
2026-05-29 14:40:49 +03:00
Jörg Thalheim
ef4efb8476
Merge pull request #1820 from mexisme/microsoft-surface/update-kernel-6.19.8
microsoft/surface: Update to Kernel 6.19.8
2026-05-26 20:12:53 +00:00
Doron Behar
c97bc4d15b
Merge pull request #1863 from JamieMagee/raspberry-pi/readme
raspberry-pi: add README
2026-05-20 06:26:11 +00:00
Jamie Magee
8b100f75f3 raspberry-pi: add README 2026-05-19 20:15:14 -07:00
liberodark
2f39770ca4
Merge branch 'master' into msi_z370 2026-05-18 18:44:15 +02:00
Jörg Thalheim
8792fab9d4
Merge pull request #1855 from nappairam/rock3c
Init Raxda Rock3C
2026-05-18 10:17:37 +00:00
Sandro
8ea1d787af
Merge pull request #1875 from NixOS/settings-infinite-recursion
raspberry-pi/common: fix infinite recursion when building options.json
2026-05-17 22:49:04 +00:00
Daniel Schaefer
88e6bd5c2d
Merge pull request #1845 from druth0/rex
google/rex: Add support for rex Chromebooks.
2026-05-17 16:12:20 +00:00
David Ruth
6cfa598d53 google/rex: Add support for rex Chromebooks.
These Chromebooks are laptops with ssds based on meteor-lake platforms.
2026-05-17 10:19:10 +08:00
Jörg Thalheim
379c1f274f
Merge pull request #1876 from znmz/new-wiki-links
chore: update old wiki links (nixos.wiki -> wiki.nixos.org)
2026-05-16 15:27:52 +00:00
Jörg Thalheim
b9130a10f4
Merge pull request #1879 from FrameworkComputer/framework-audio
framework: audio tuning is for classic chassis only
2026-05-16 15:27:39 +00:00
Jörg Thalheim
4b13247f04
Merge pull request #1878 from FrameworkComputer/framework-drop-bluetooth-workaround
framework: 6.11 remove bluetooth workaround
2026-05-16 15:27:14 +00:00
Daniel Schaefer
65a5c8f9c1
Merge pull request #1844 from druth0/redrix
google/brya: Add support for brya Chromebooks.
2026-05-16 09:41:01 +00:00
Daniel Schaefer
b16dff6d15 framework: audio tuning is for classic chassis only
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2026-05-16 17:39:38 +08:00
David Ruth
3ee4d6d8a1 google/brya: Add support for brya Chromebooks.
These Chromebooks are laptops with ssds based on alder-lake platforms.
2026-05-16 17:27:49 +08:00
Daniel Schaefer
8db5dd4f10 framework: 6.11 remove bluetooth workaround
6.11 is EOL, see: https://kernel.org/

The workaround, is no longer needed, see:
ff5c08e826

Signed-off-by: Daniel Schaefer <dhs@frame.work>
2026-05-16 17:20:40 +08:00
znmz
0a47268607 chore: update old wiki links (nixos.wiki -> wiki.nixos.org) 2026-05-15 12:43:28 +03:00
Sandro Jäckel
50a9758cc0
raspberry-pi/common: fix infinite recursion when building options.json 2026-05-14 23:59:22 +02:00
mexisme
17e61aa283
Merge branch 'master' into microsoft-surface/update-kernel-6.19.8 2026-05-12 21:30:09 +01:00
Doron Behar
9bd7c80d43
Merge pull request #1824 from Gigahawk/rpi4-always-apply-overlay
raspberry/pi/4: disable compat checks when merging overlays
2026-05-12 13:37:22 +00:00
Doron Behar
0a1d15fc50
Merge pull request #1862 from JamieMagee/raspberry-pi/3-import-common
raspberry-pi/3: import common profile
2026-05-12 13:26:04 +00:00
Doron Behar
c0573b3113
Merge pull request #1861 from JamieMagee/raspberry-pi/wire-configtxt
raspberry-pi: wire config.txt module into common profile
2026-05-12 13:25:37 +00:00
Christian Günther
5ba419fb7a add tuxedo infinitybook pro14 / pro15 gen10
Co-authored-by: Jost Alemann
<58050402+ddogfoodd@users.noreply.github.com> Co-authored-by: Jost
Alemann <58050402+ddogfoodd@users.noreply.github.com>

Signed-off-by: Christian Günther <christian.guenther@limatica.com>
2026-05-12 10:52:14 +02:00