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
3 changed files with 3 additions and 3 deletions
+1 -1
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:
+1 -1
View File
@@ -13,7 +13,7 @@
- 현재 디렉토리의 플레이크의 특정 입력(의존성) 업데이트:
`nix flake lock --update-input {{입력}}`
`nix flake update {{입력}}`
- GitHub에 있는 플레이크의 모든 출력 표시:
+1 -1
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: