3
0
Fork 0
forked from mirrors/nixpkgs

Add /root/test-firmware to FIRMWARE_DIRS

svn path=/nixos/trunk/; revision=21317
This commit is contained in:
Yury G. Kudryashov 2010-04-26 09:08:05 +00:00
parent be3df19bd5
commit 69697a35bb

View file

@ -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