diff --git a/justfile b/justfile index fbc9cc7..10d9d4b 100644 --- a/justfile +++ b/justfile @@ -20,6 +20,14 @@ update: @mkdir -p .direnv/ @echo "$(date +%Y-%m-%d)" > .direnv/pull-date +@update-select: + git reset flake.lock + git restore flake.lock + nix eval .#inputs --apply builtins.attrNames --json \ + | jq '.[]' -r \ + | gum choose --no-limit --height=15 \ + | xargs nix flake update --commit-lock-file + build: nixos-rebuild build --accept-flake-config --show-trace --flake .