Author: NicolasPierron
Date: Mon Sep  5 09:19:55 2011
New Revision: 29020
URL: https://svn.nixos.org/websvn/nix/?rev=29020&sc=1

Log:
Add Intel firmwars (iwlwifi-6000g2{a,b}-ucode).

Added:
   nixos/trunk/modules/hardware/network/intel-6000g2a.nix
   nixos/trunk/modules/hardware/network/intel-6000g2b.nix
Modified:
   nixos/trunk/modules/installer/scan/not-detected.nix

Added: nixos/trunk/modules/hardware/network/intel-6000g2a.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixos/trunk/modules/hardware/network/intel-6000g2a.nix      Mon Sep  5 
09:19:55 2011        (r29020)
@@ -0,0 +1,5 @@
+{pkgs, config, ...}:
+
+{
+  hardware.firmware = [ pkgs.iwlwifi6000g2aucode ];
+}

Added: nixos/trunk/modules/hardware/network/intel-6000g2b.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixos/trunk/modules/hardware/network/intel-6000g2b.nix      Mon Sep  5 
09:19:55 2011        (r29020)
@@ -0,0 +1,5 @@
+{pkgs, config, ...}:
+
+{
+  hardware.firmware = [ pkgs.iwlwifi6000g2bucode ];
+}

Modified: nixos/trunk/modules/installer/scan/not-detected.nix
==============================================================================
--- nixos/trunk/modules/installer/scan/not-detected.nix Mon Sep  5 08:33:07 
2011        (r29019)
+++ nixos/trunk/modules/installer/scan/not-detected.nix Mon Sep  5 09:19:55 
2011        (r29020)
@@ -8,6 +8,8 @@
   imports =
     [ ../../hardware/network/intel-5000.nix
       ../../hardware/network/intel-6000.nix
+      ../../hardware/network/intel-6000g2a.nix
+      ../../hardware/network/intel-6000g2b.nix
     ];
 
   config = mkDefault {
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to