* Add a module that provides all the Radeon firmwares.

svn path=/nixos/trunk/; revision=30004
This commit is contained in:
Eelco Dolstra 2011-10-25 00:27:07 +00:00
parent 0a1fee9ec8
commit 49adbed510

View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
hardware.firmware = [ pkgs.radeonR600 pkgs.radeonR700 pkgs.radeonJuniper ];
}