We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71953d commit 602f6faCopy full SHA for 602f6fa
content/docs/Hydro/install/compiler.mdx
@@ -67,7 +67,7 @@ javac -d /w -encoding utf8 ./Main.java && jar cvf Main.jar *.class
67
pkgs.buildEnv {
68
name = "hydrojudge-rootfs";
69
paths = with pkgs; [
70
- coreutils bash diffutils nix zip unzip gcc
+ coreutils bash nix zip unzip gcc gawk
71
# 上方包是评测所需要的,请勿删除,
72
# 在下方列出你所需要的包,查找方式同上文:
73
fpc python3 rustc
0 commit comments