We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0c946 commit 3860bc5Copy full SHA for 3860bc5
default.nix
@@ -96,6 +96,12 @@ pkgs.stdenvNoCC.mkDerivation rec {
96
command mvn --offline -Dmaven.repo.local="$mavenRepo" "$@"
97
}
98
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
+
105
${
106
# Build the documentation before the code because we don't want to include
107
# the generated files in the GitHub Pages
0 commit comments