From e26c20a29b2a72d04fe1099144faa2f639e97a00 Mon Sep 17 00:00:00 2001 From: Sacabambaspis <102341238+DataEraserC@users.noreply.github.com> Date: Thu, 9 May 2024 22:49:16 +0800 Subject: [PATCH] fix(Justfile): fix `'--update-input' is a deprecated alias for 'flake update'` --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index a6ff2909..9b6809a1 100644 --- a/Justfile +++ b/Justfile @@ -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: