1
0
Fork 0
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:
Sebastiaan Speck 2025-06-02 11:00:27 +02:00 committed by GitHub
parent dda45ffc1b
commit c4bd162274
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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`:

View file

@ -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`의 일부 패키지와 함께 대화형 셸 시작:

View file

@ -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`: