Skip to content

Commit 3860bc5

Browse files
committed
Checkout Nix sandbox
1 parent ec0c946 commit 3860bc5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ pkgs.stdenvNoCC.mkDerivation rec {
9696
command mvn --offline -Dmaven.repo.local="$mavenRepo" "$@"
9797
}
9898
99+
echo '--------start of /etc/hosts----------'
100+
cat /etc/hosts
101+
echo '--------end of /etc/hosts----------'
102+
${pkgs.dig}/bin/dig api.github.com || true
103+
echo '--------end of debug----------'
104+
99105
${
100106
# Build the documentation before the code because we don't want to include
101107
# the generated files in the GitHub Pages

0 commit comments

Comments
 (0)