1
0
Fork 0

justfile: fix flake input updating

This commit is contained in:
Daniel Lovbrotte Olsen 2024-09-02 19:32:39 +02:00
parent 201784fa21
commit 9505223dc9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ run-vm machine=`just _a_machine`:
nix eval .#inputs --apply builtins.attrNames --json \ nix eval .#inputs --apply builtins.attrNames --json \
| jq '.[]' -r \ | jq '.[]' -r \
| gum choose --no-limit --height=15 \ | gum choose --no-limit --height=15 \
| xargs nix flake update --commit-lock-file | xargs -L 1 nix flake lock --update-input
_a_machine: _a_machine: