1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 05:15:28 +02:00

nix-flake: update deprecated lock --update-input example (#17181)

nix-flake: update example for `lock --update-input`
This commit is contained in:
Kieran 2025-07-09 13:51:39 +01:00 committed by GitHub
parent c8396825e0
commit 25daee2259
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
- Actualiza una entrada específica (dependencia) del flake en el directorio actual:
`nix flake lock --update-input {{entrada}}`
`nix flake update {{entrada}}`
- Muestra todas the salidas de un flake en github:

View file

@ -13,7 +13,7 @@
- 현재 디렉토리의 플레이크의 특정 입력(의존성) 업데이트:
`nix flake lock --update-input {{입력}}`
`nix flake update {{입력}}`
- GitHub에 있는 플레이크의 모든 출력 표시:

View file

@ -13,7 +13,7 @@
- Update a specific input (dependency) of the flake in the current directory:
`nix flake lock --update-input {{input}}`
`nix flake update {{input}}`
- Show all the outputs of a flake on github: