Skip to content

Commit

Permalink
Test if network is available
Browse files Browse the repository at this point in the history
  • Loading branch information
ibbem committed Jan 11, 2025
1 parent e69411c commit 0de8c06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ pkgs.stdenvNoCC.mkDerivation rec {
buildPhase = ''
runHook preBuild
${pkgs.curl}/bin/curl -v 142.250.186.163
exit 1
mvn() {
command mvn --offline -Dmaven.repo.local="$mavenRepo" "$@"
}
Expand Down

0 comments on commit 0de8c06

Please sign in to comment.