From 69697a35bb812fc9cb71c90e7c36e04f9dd4f6e1 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Mon, 26 Apr 2010 09:08:05 +0000 Subject: [PATCH] Add /root/test-firmware to FIRMWARE_DIRS svn path=/nixos/trunk/; revision=21317 --- modules/services/hardware/udev.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/hardware/udev.nix b/modules/services/hardware/udev.nix index eb19185260d..6ce5bfced9a 100644 --- a/modules/services/hardware/udev.nix +++ b/modules/services/hardware/udev.nix @@ -42,7 +42,7 @@ let # Set the firmware search path so that the firmware.sh helper # called by 50-firmware.rules works properly. - echo 'ENV{FIRMWARE_DIRS}="${toString config.hardware.firmware}"' >> $out/00-path.rules + echo 'ENV{FIRMWARE_DIRS}="/root/test-firmware ${toString config.hardware.firmware}"' >> $out/00-path.rules # Add the udev rules from other packages. for i in ${toString cfg.packages}; do