mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-11 15:12:40 +02:00
fix(Justfile): fix '--update-input' is a deprecated alias for 'flake update'
This commit is contained in:
@@ -28,7 +28,7 @@ up:
|
|||||||
# Update specific input
|
# Update specific input
|
||||||
# Usage: just upp nixpkgs
|
# Usage: just upp nixpkgs
|
||||||
upp input:
|
upp input:
|
||||||
nix flake lock --update-input {{input}}
|
nix flake update {{input}}
|
||||||
|
|
||||||
# List all generations of the system profile
|
# List all generations of the system profile
|
||||||
history:
|
history:
|
||||||
|
|||||||
Reference in New Issue
Block a user