Skip to content

Commit 218ff4c

Browse files
authored
Merge pull request #127 from DataEraserC/patch-8
fix(Justfile): fix `'--update-input' is a deprecated alias for 'flake update'`
2 parents 13751a4 + e26c20a commit 218ff4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ up:
2828
# Update specific input
2929
# Usage: just upp nixpkgs
3030
upp input:
31-
nix flake lock --update-input {{input}}
31+
nix flake update {{input}}
3232

3333
# List all generations of the system profile
3434
history:

0 commit comments

Comments
 (0)