mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
nix-flake: update deprecated lock --update-input example (#17181)
nix-flake: update example for `lock --update-input`
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user