justfile: fix flake input updating
This commit is contained in:
parent
201784fa21
commit
9505223dc9
2
justfile
2
justfile
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue