diff options
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"; |