Loading pkgs/development/compilers/dart/fetch-git-hashes.py +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ from pathlib import Path def fetch_git_hash(url: str, rev: str) -> str: result = subprocess.run( ["nix-prefetch-git", "--url", url, "--rev", rev], ["nix-prefetch-git", "--fetch-submodules", "--url", url, "--rev", rev], capture_output=True, text=True, check=True, Loading Loading
pkgs/development/compilers/dart/fetch-git-hashes.py +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ from pathlib import Path def fetch_git_hash(url: str, rev: str) -> str: result = subprocess.run( ["nix-prefetch-git", "--url", url, "--rev", rev], ["nix-prefetch-git", "--fetch-submodules", "--url", url, "--rev", rev], capture_output=True, text=True, check=True, Loading