linkFarm: allowSubstitutes = false
trivial builder
This commit is contained in:
parent
97870258b2
commit
f07c113ddc
@ -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: ''
|
||||
|
Loading…
Reference in New Issue
Block a user