diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-05-27 10:34:10 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-05-27 10:34:10 -0500 |
commit | 6c1ee2e94f7e3fb2b13732208118f798805f45c4 (patch) | |
tree | 33d241eef70863bb41ec7fca4a67c3c409946984 /hosts/thyme | |
parent | cca53f8216ab234eddf526617dbcc0183bb9fb7b (diff) | |
download | nixos-config-6c1ee2e94f7e3fb2b13732208118f798805f45c4.tar.gz nixos-config-6c1ee2e94f7e3fb2b13732208118f798805f45c4.zip |
hosts/thyme: Switch to unstable ath9k firmware
The stable version doesn't build on 25.05.
Diffstat (limited to 'hosts/thyme')
-rw-r--r-- | hosts/thyme/hardware.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |