Merge pull request #50504 from symphorien/local-closureInfo
nixos: add preferLocalBuild=true; on derivations for config files and closureInfo
This commit is contained in:
@@ -29,6 +29,7 @@ runCommand "uvcdynctrl-udev-rules-${version}"
|
||||
];
|
||||
dontPatchELF = true;
|
||||
dontStrip = true;
|
||||
preferLocalBuild = true;
|
||||
}
|
||||
''
|
||||
mkdir -p "$out/lib/udev"
|
||||
|
||||
Reference in New Issue
Block a user