linkFarm: allowSubstitutes = false

trivial builder
wip/yesman
volth 5 years ago committed by GitHub
parent 97870258b2
commit f07c113ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/build-support/trivial-builders.nix

@ -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…
Cancel
Save