a neovim plugin to update nix fetchers to the latest commit hash.
install using your favorite package manager:
{
'redxtech/nix-reaver-nvim',
keys = {
{ 'n', '<leader>ur', ':NixReaver<cr>' },
},
config = true,
}
Run :NixReaver
within a fetchFromGitHub
function call to update the rev and hash the latest commit.
- add support for other fetchers
- add support for other branches, tags, etc