From 8c06ec5df90126ab642fb3621d1b30f03b626aca Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 23 Jul 2024 20:14:22 -0400 Subject: justfile: `nix flake lock` -> `nix flake update` `nix flake lock` won't update inputs as of Nix 2.19 --- justfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/justfile b/justfile index ae7f7e2..163d339 100644 --- a/justfile +++ b/justfile @@ -46,8 +46,7 @@ update: --commit-lockfile-summary "flake: update all inputs" update-input input: - nix flake lock \ - --update-input {{ input }} \ + nix flake update {{ input }} \ --commit-lock-file \ --commit-lockfile-summary "flake: update {{ input }}" -- cgit v1.2.3