mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
fetchRepoProject: typo
This commit is contained in:
parent
62e115af5b
commit
f3b6a0b14c
@ -53,7 +53,7 @@ stdenv.mkDerivation {
|
||||
repo init ${concatStringsSep " " repoInitFlags}
|
||||
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user