Unverified Commit 301a784d authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #265700 from K900/nix-prefetch-git-progress

nix-prefetch-git: download submodules with --progress
parents ef0fa8ff fa40d645
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(){