Author: eelco
Date: Tue Oct 25 00:27:07 2011
New Revision: 30004
URL: https://nixos.org/websvn/nix/?rev=30004&sc=1

Log:
* Add a module that provides all the Radeon firmwares.

Added:
   nixos/trunk/modules/hardware/video/radeon.nix

Added: nixos/trunk/modules/hardware/video/radeon.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixos/trunk/modules/hardware/video/radeon.nix       Tue Oct 25 00:27:07 
2011        (r30004)
@@ -0,0 +1,5 @@
+{ config, pkgs, ... }:
+
+{
+  hardware.firmware = [ pkgs.radeonR600 pkgs.radeonR700 pkgs.radeonJuniper ];
+}
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to