First and foremost ensure you have nix installed and flakes enabled.
The easiest way to achieve that is through the Determinate Systems installer.
Stable(latest) is the default
nix run github:tirimia/neovim-nix
Nightly
nix run github:tirimia/neovim-nix#nightly
For a specific version (in this example 0_9_2
), check the inputs declared in the flake then run like:
nix run github:tirimia/neovim-nix#neovim-0_9_2
For those that want to use bob, that is packaged too, simply run:
nix run github:tirimia/neovim-nix#bob