mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
Don't try to copy /root/test-firmware to /nix/store
svn path=/nixos/trunk/; revision=21316
This commit is contained in:
parent
226a9c8bbb
commit
be3df19bd5
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user