summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-06 14:33:18 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-06 14:33:18 +0100
commit32da89a1a1dfb314f614213cdd0f574baf873156 (patch)
tree312e552d4df4f142cf08fba1c5f3d45f61e82575 /pkgs/build-support
parent2ee2d62dce74178c62736fe4a8c784ef40476465 (diff)
parent250c07f960eaefd781df539ee0d877b13da17b97 (diff)
downloadnixpkgs-32da89a1a1dfb314f614213cdd0f574baf873156.tar
nixpkgs-32da89a1a1dfb314f614213cdd0f574baf873156.tar.gz
nixpkgs-32da89a1a1dfb314f614213cdd0f574baf873156.tar.bz2
nixpkgs-32da89a1a1dfb314f614213cdd0f574baf873156.tar.lz
nixpkgs-32da89a1a1dfb314f614213cdd0f574baf873156.tar.xz
nixpkgs-32da89a1a1dfb314f614213cdd0f574baf873156.tar.zst
nixpkgs-32da89a1a1dfb314f614213cdd0f574baf873156.zip
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/build-support')
-rwxr-xr-xpkgs/build-support/fetchgit/nix-prefetch-git2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/fetchgit/nix-prefetch-git b/pkgs/build-support/fetchgit/nix-prefetch-git
index feb6c9e3053..8f8104863e6 100755
--- a/pkgs/build-support/fetchgit/nix-prefetch-git
+++ b/pkgs/build-support/fetchgit/nix-prefetch-git
@@ -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(){