Commit fa40d645 authored by K900's avatar K900
Browse files

nix-prefetch-git: download submodules with --progress

parent 482cd3b4
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(){