Merge pull request #127 from DataEraserC/patch-8

fix(Justfile): fix `'--update-input' is a deprecated alias for 'flake update'`
This commit is contained in:
Ryan Yin
2024-05-10 09:41:10 +08:00
committed by GitHub

View File

@@ -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: