fix(Justfile): fix '--update-input' is a deprecated alias for 'flake update'

This commit is contained in:
Sacabambaspis
2024-05-09 22:49:16 +08:00
committed by GitHub
parent 13751a4b66
commit e26c20a29b

View File

@@ -28,7 +28,7 @@ up:
# Update specific input
# Usage: just upp nixpkgs
upp input:
nix flake lock --update-input {{input}}
nix flake update {{input}}
# List all generations of the system profile
history: