make: find neovim n the profile using jq
This commit is contained in:
parent
6f0a5fcc30
commit
129bc5c0a0
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -1,8 +1,6 @@
|
|||
NIX_RUN := nix run .\#
|
||||
NIX_LOCK := nix flake lock
|
||||
|
||||
NEOVIM_INDEX := 4
|
||||
|
||||
DEPS_EDITOR := \
|
||||
nixeovim
|
||||
|
||||
|
@ -57,7 +55,7 @@ rollback:
|
|||
|
||||
.PHONY: neovim
|
||||
neovim:
|
||||
nix profile upgrade $(NEOVIM_INDEX)
|
||||
nix profile upgrade $(or $(NEOVIM_INDEX),$(shell nix profile list --json | jq '.elements | to_entries[] | select(.value.attrPath | endswith(".neovim-dev")) | .key'))
|
||||
|
||||
.PHONY: init-neovim
|
||||
init-neovim:
|
||||
|
|
Loading…
Reference in a new issue