feat: nvim nightly follows flake nixpkgs

This commit is contained in:
NotAShelf 2023-03-04 14:52:18 +03:00
commit f6559f7319
No known key found for this signature in database
GPG key ID: 419DBDD3228990BE
2 changed files with 79 additions and 90 deletions

View file

@ -58,7 +58,10 @@
flake-utils.url = "github:numtide/flake-utils";
# TODO: neovim nightly
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
# For generating documentation website
nmd = {