mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 03:15:28 +02:00
nix shell: fix More Info link (#16706)
This commit is contained in:
parent
dda45ffc1b
commit
c4bd162274
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Inicia un shell en lo cual los paquetes especificados están disponibles.
|
||||
> Vea también: `nix-shell` para armar un entorno de desarrollo, `nix flake` para información sobre los flakes.
|
||||
> Más información: <https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-shell.html>.
|
||||
> Más información: <https://manned.org/nix3-shell>.
|
||||
|
||||
- Inicia un shell interactivo con unos paquetes de `nixpkgs`:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> 지정된 패키지가 사용 가능한 셸 시작.
|
||||
> 같이 보기: 개발 환경 설정을 위한 `nix-shell`, 플레이크에 대한 정보를 위한 `nix flake`.
|
||||
> 더 많은 정보: <https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-shell.html>.
|
||||
> 더 많은 정보: <https://manned.org/nix3-shell>.
|
||||
|
||||
- `nixpkgs`의 일부 패키지와 함께 대화형 셸 시작:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Start a shell in which the specified packages are available.
|
||||
> See also: `nix-shell` for setting up development environments, `nix flake` for information about flakes.
|
||||
> More information: <https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-shell.html>.
|
||||
> More information: <https://manned.org/nix3-shell>.
|
||||
|
||||
- Start an interactive shell with some packages from `nixpkgs`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue