From 90c094cb3dfd4a68bd04202695373500394ee5f4 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Sat, 8 Mar 2025 07:45:50 -0500 Subject: justfile: fix input updates --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 8f6bf9e..383abd3 100644 --- a/justfile +++ b/justfile @@ -40,10 +40,10 @@ update: nix flake update \ --commit-lock-file \ --commit-lockfile-summary "flake: update all inputs" \ - {{ justfile_directory() }} + --flake {{ justfile_directory() }} update-input input: nix flake update {{ input }} \ --commit-lock-file \ --commit-lockfile-summary "flake: update {{ input }}" \ - {{ justfile_directory() }} + --flake {{ justfile_directory() }} -- cgit v1.2.3