nix*: add Korean translation (#14516)

This commit is contained in:
코드싸이
2024-11-02 03:01:32 +09:00
committed by GitHub
parent be3479bebf
commit f76992563a
20 changed files with 479 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# nix search
> Nix 플레이크에서 패키지를 검색.
> 같이 보기: 플레이크에 대한 정보는 `nix3 flake`.
> 더 많은 정보: <https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-search.html>.
- `nixpkgs`에서 이름이나 설명을 기반으로 패키지 검색:
`nix search {{nixpkgs}} {{검색_어구...}}`
- nixpkgs에서 패키지 설명 표시:
`nix search {{nixpkgs#패키지}}`
- github에서 플레이크로부터 사용할 수 있는 모든 패키지 표시:
`nix search {{github:소유자/레포}}`