add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,17 @@
# nix 搜索
> 在 Nix flake 中搜索软件包。
> 另见:`nix3 flake` 获取有关 flake 的信息。
> 更多信息:<https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-search.html>。
- 根据名称或描述在 `nixpkgs` 中搜索软件包:
`nix search {{nixpkgs}} {{search_term...}}`
- 显示来自 nixpkgs 的软件包描述:
`nix search {{nixpkgs#pkg}}`
- 显示来自 GitHub 上 flake 的所有可用软件包:
`nix search {{github:owner/repo}}`