forked from Drift/pvv-nixos-config
justfile: add update-inputs recipe
This commit is contained in:
parent
0bfa6ac329
commit
34637e383a
7
justfile
7
justfile
|
@ -10,5 +10,12 @@ check:
|
|||
build-machine machine=`just _a_machine`:
|
||||
{{nom}} build .#nixosConfigurations.{{ machine }}.config.system.build.toplevel
|
||||
|
||||
@update-inputs:
|
||||
nix eval .#inputs --apply builtins.attrNames --json \
|
||||
| jq '.[]' -r \
|
||||
| gum choose --no-limit --height=15 \
|
||||
| xargs nix flake update --commit-lock-file
|
||||
|
||||
|
||||
_a_machine:
|
||||
nix eval .#nixosConfigurations --apply builtins.attrNames --json | jq .[] -r | gum filter
|
||||
|
|
Loading…
Reference in New Issue