neovim-nightly-overlay icon indicating copy to clipboard operation
neovim-nightly-overlay copied to clipboard

Input follows non-existant input

Open traxys opened this issue 3 years ago • 1 comments

I have a flake that has this overlay as an input, and when used in other flake I get theinput <flake>/neovim-overlay/neovim-flake/nixpkgs follows a non-existent input "neovim-overlay/nikpkgs"

I believe this is a known bug with flakes, could it be considered to remove the follows directive, or will it be prolematic ?

traxys avatar Feb 13 '22 16:02 traxys

If we remove follows, then we'll use the pinned nixpkgs revision from the neovim contrib flake (in the neovim git repo), which means it will rarely get updated.

mjlbach avatar Feb 13 '22 16:02 mjlbach