From 6c1ee2e94f7e3fb2b13732208118f798805f45c4 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 27 May 2025 10:34:10 -0500 Subject: hosts/thyme: Switch to unstable ath9k firmware The stable version doesn't build on 25.05. --- hosts/thyme/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/thyme/hardware.nix b/hosts/thyme/hardware.nix index 63594b0..207dfbb 100644 --- a/hosts/thyme/hardware.nix +++ b/hosts/thyme/hardware.nix @@ -37,7 +37,7 @@ in hardware.firmware = with pkgs; [ alsa-firmware - ath9k-htc-blobless-firmware + ath9k-htc-blobless-firmware-unstable ]; nixpkgs.hostPlatform = "x86_64-linux"; -- cgit v1.2.3