fix(neovim): lock neovim git rev because of memory leak

This commit is contained in:
matt1432 2024-01-11 10:28:34 -05:00
parent e7a0fe416f
commit de4b9c4bde
2 changed files with 32 additions and 28 deletions

View file

@ -208,6 +208,9 @@
owner = "nix-community";
repo = "neovim-nightly-overlay";
# FIXME: memory leak on latest neovim git
rev = "c4caeb6f9e87ea08baece83e6cac351d9bd3bb2f";
# to make sure plugins and nvim have same binaries
inputs.nixpkgs.follows = "nixpkgs";
};