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 "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
|
''mkdir -p $out
|
||||||
cd $out
|
cd $out
|
||||||
${lib.concatMapStrings (x: ''
|
${lib.concatMapStrings (x: ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user