Skip to content

Commit 4dbc08f

Browse files
committed
add diffutils to requirements
1 parent 55b0a2a commit 4dbc08f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/docs/Hydro/install/compiler.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: 编译器和语言
1313
以下是常用编译器的示例:
1414

1515
```sh
16-
nix-env -iA nixpkgs.coreutils nixpkgs.bash nixpkgs.gawk nixpkgs.unzip # 基础组件,已预装,不建议删除
16+
nix-env -iA nixpkgs.coreutils nixpkgs.bash nixpkgs.gawk nixpkgs.unzip nixpkgs.diffutils # 基础组件,已预装,请勿删除
1717
nix-env -iA nixpkgs.gcc nixpkgs.fpc # C/C++ 和 Pascal,已预装,不建议删除
1818
nix-env -iA nixpkgs.ghc # Haskell
1919
nix-env -iA nixpkgs.rustc # Rust
@@ -92,7 +92,7 @@ c:
9292
pkgs.buildEnv {
9393
name = "hydrojudge-rootfs";
9494
paths = with pkgs; [
95-
coreutils bash nix zip unzip gcc gawk
95+
coreutils bash nix zip unzip gcc gawk diffutils
9696
# 上方包是评测所需要的,请勿删除,
9797
# 在下方列出你所需要的包,查找方式同上文:
9898
fpc python3 rustc

0 commit comments

Comments
 (0)