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:
parent
c8396825e0
commit
25daee2259
3 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
- 현재 디렉토리의 플레이크의 특정 입력(의존성) 업데이트:
|
||||
|
||||
`nix flake lock --update-input {{입력}}`
|
||||
`nix flake update {{입력}}`
|
||||
|
||||
- GitHub에 있는 플레이크의 모든 출력 표시:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue