nvf icon indicating copy to clipboard operation
nvf copied to clipboard

Pin neovim version

Open NotAShelf opened this issue 1 year ago • 2 comments

Currently we're using neovim-unwrapped from nixos-unstable, which may change inbetween nixpkgs input bumps, or for those overriding the nixpkgs input.

I propose that we get the neovim-unwrapped package from the neovim repository directly, using the flake they provide in the contrib directory, allowing us to pin the branch directly as follows:

# ...

inputs.neovim-unwrapped.url = "github:neovim/neovim/v0.9.5?dir=contrib";

# ...

and also allows users to do so at their own peril.

Overriding the package has been made easier already through the help of the customizable package option that I've added recently, but I do like the idea of making the input customizable also.

CC @FrothyMarrow and @horriblename for feedback.

NotAShelf avatar Feb 08 '24 05:02 NotAShelf

seems like a good change, no objections.

horriblename avatar Feb 08 '24 07:02 horriblename

Same here, sounds like a good idea.

FrothyMarrow avatar Feb 10 '24 05:02 FrothyMarrow