From 9505223dc9178c20a5f46d7c17de7481dcfec9a1 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Mon, 2 Sep 2024 19:32:39 +0200 Subject: [PATCH] justfile: fix flake input updating --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 94be6747..633263c1 100644 --- a/justfile +++ b/justfile @@ -18,7 +18,7 @@ run-vm machine=`just _a_machine`: nix eval .#inputs --apply builtins.attrNames --json \ | jq '.[]' -r \ | gum choose --no-limit --height=15 \ - | xargs nix flake update --commit-lock-file + | xargs -L 1 nix flake lock --update-input _a_machine: