mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
feat: nvim nightly follows flake nixpkgs
This commit is contained in:
parent
aa8198cb39
commit
f6559f7319
2 changed files with 79 additions and 90 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue