summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--justfile4
1 files 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() }}