about summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2018-11-08 11:59:03 +0100
committernix-review <nix-review@example.com>2019-02-22 20:11:27 +0100
commita915b33315946b9e7d164d57812ee16172ad65df (patch)
treec87f6d3bb162737257923a6d917f72f6db77bb45 /nixos/modules/hardware
parent2a81eceeba6d9b0499c0a9dc569921765321cdd0 (diff)
downloadnixlib-a915b33315946b9e7d164d57812ee16172ad65df.tar
nixlib-a915b33315946b9e7d164d57812ee16172ad65df.tar.gz
nixlib-a915b33315946b9e7d164d57812ee16172ad65df.tar.bz2
nixlib-a915b33315946b9e7d164d57812ee16172ad65df.tar.lz
nixlib-a915b33315946b9e7d164d57812ee16172ad65df.tar.xz
nixlib-a915b33315946b9e7d164d57812ee16172ad65df.tar.zst
nixlib-a915b33315946b9e7d164d57812ee16172ad65df.zip
nixos: add preferLocalBuild=true; on derivations for config files
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/video/uvcvideo/uvcdynctrl-udev-rules.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/hardware/video/uvcvideo/uvcdynctrl-udev-rules.nix b/nixos/modules/hardware/video/uvcvideo/uvcdynctrl-udev-rules.nix
index 2cf5f13bc159..a808429c9996 100644
--- a/nixos/modules/hardware/video/uvcvideo/uvcdynctrl-udev-rules.nix
+++ b/nixos/modules/hardware/video/uvcvideo/uvcdynctrl-udev-rules.nix
@@ -29,6 +29,7 @@ runCommand "uvcdynctrl-udev-rules-${version}"
   ];
   dontPatchELF = true;
   dontStrip = true;
+  preferLocalBuild = true;
 }
 ''
   mkdir -p "$out/lib/udev"