Skip to content

Commit 602f6fa

Browse files
committed
update judge env
1 parent b71953d commit 602f6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/Hydro/install/compiler.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ javac -d /w -encoding utf8 ./Main.java && jar cvf Main.jar *.class
6767
pkgs.buildEnv {
6868
name = "hydrojudge-rootfs";
6969
paths = with pkgs; [
70-
coreutils bash diffutils nix zip unzip gcc
70+
coreutils bash nix zip unzip gcc gawk
7171
# 上方包是评测所需要的,请勿删除,
7272
# 在下方列出你所需要的包,查找方式同上文:
7373
fpc python3 rustc

0 commit comments

Comments
 (0)