linkFarm: allowSubstitutes = false

trivial builder
This commit is contained in:
volth
2019-02-08 00:21:24 +00:00
committed by GitHub
parent 97870258b2
commit f07c113ddc

View File

@@ -261,7 +261,7 @@ rec {
* linkFarm "hello" [ { name = "hello"; path = pkgs.hello; } ];
*
*/
linkFarm = name: entries: runCommand name { preferLocalBuild = true; }
linkFarm = name: entries: runCommand name { preferLocalBuild = true; allowSubstitutes = false; }
''mkdir -p $out
cd $out
${lib.concatMapStrings (x: ''