Skip to content

redxtech/nix-reaver.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-reaver-nvim

a neovim plugin to update nix fetchers to the latest commit hash.

installation

install using your favorite package manager:

lazy.nvim

{
  'redxtech/nix-reaver-nvim',
  keys = {
    { 'n', '<leader>ur', ':NixReaver<cr>' },
  },
  config = true,
}

Usage

Run :NixReaver within a fetchFromGitHub function call to update the rev and hash the latest commit.

todo

  • add support for other fetchers
  • add support for other branches, tags, etc

About

Auto populate rev attributes for fetchFromGitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages