lol

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

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

authored by

K900 and committed by
GitHub
301a784d ef0fa8ff

+1 -1
+1 -1
pkgs/build-support/fetchgit/nix-prefetch-git
··· 207 207 208 208 # Update submodules 209 209 init_submodules(){ 210 - clean_git submodule update --init --recursive -j ${NIX_BUILD_CORES:-1} 210 + clean_git submodule update --init --recursive -j ${NIX_BUILD_CORES:-1} --progress 211 211 } 212 212 213 213 clone(){