fetchRepoProject: fixup
This commit is contained in:
parent
f3b6a0b14c
commit
69055ecb51
@ -53,7 +53,7 @@ stdenv.mkDerivation {
|
|||||||
repo init ${concatStringsSep " " repoInitFlags}
|
repo init ${concatStringsSep " " repoInitFlags}
|
||||||
|
|
||||||
repo sync --jobs=$NIX_BUILD_CORES --current-branch
|
repo sync --jobs=$NIX_BUILD_CORES --current-branch
|
||||||
${optionalString !createMirror "rm -rf $out/.repo"}
|
${optionalString (!createMirror) "rm -rf $out/.repo"}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
GIT_SSL_CAINFO = "${cacert}/etc/ssl/certs/ca-bundle.crt";
|
GIT_SSL_CAINFO = "${cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user