Skip to content

Commit 77d1561

Browse files
committed
Test if network is available
1 parent e69411c commit 77d1561

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ pkgs.stdenvNoCC.mkDerivation rec {
8383
buildPhase = ''
8484
runHook preBuild
8585
86+
${pkgs.curl}/bin/curl -v https://github.com/VariantSync/DiffDetective
87+
exit 1
88+
8689
mvn() {
8790
command mvn --offline -Dmaven.repo.local="$mavenRepo" "$@"
8891
}

0 commit comments

Comments
 (0)