summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-08 07:45:50 -0500
committerSeth Flynn <[email protected]>2025-03-08 07:45:50 -0500
commit90c094cb3dfd4a68bd04202695373500394ee5f4 (patch)
tree790074d29ebaa5d8932a960eebc08aeb81fd098d
parentc333144dcd001046b46889c39df6654f0c9ce127 (diff)
justfile: fix input updates
-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() }}