Don't try to copy /root/test-firmware to /nix/store

svn path=/nixos/trunk/; revision=21316
This commit is contained in:
Yury G. Kudryashov 2010-04-26 09:04:24 +00:00
parent 226a9c8bbb
commit be3df19bd5

View File

@ -160,11 +160,6 @@ in
services.udev.packages = [extraUdevRules];
# As a fallback, allow firmware to be placed in
# /root/test-firmware (primarily for testing).
hardware.firmware = pkgs.lib.optional
(builtins.pathExists /root/test-firmware) /root/test-firmware;
jobs.udev =
{ startOn = "startup";