Merge pull request #265700 from K900/nix-prefetch-git-progress
nix-prefetch-git: download submodules with --progress
This commit is contained in:
@@ -207,7 +207,7 @@ checkout_ref(){
|
||||
|
||||
# Update submodules
|
||||
init_submodules(){
|
||||
clean_git submodule update --init --recursive -j ${NIX_BUILD_CORES:-1}
|
||||
clean_git submodule update --init --recursive -j ${NIX_BUILD_CORES:-1} --progress
|
||||
}
|
||||
|
||||
clone(){
|
||||
|
||||
Reference in New Issue
Block a user