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,12 @@
# nix edit
> Nix 패키지의 Nix 표현을 $EDITOR에서 엽니다.
> 더 많은 정보: <https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-edit.html>.
- nixpkgs에서 패키지의 Nix 표현 소스를 `$EDITOR`에서 열기:
`nix edit {{nixpkgs#패키지}}`
- 패키지의 소스를 `stdout`으로 덤프:
`EDITOR=cat nix edit {{nixpkgs#패키지}}`