mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
treewide: clean up references to neovim-flake
This commit is contained in:
parent
227f80ac9d
commit
97a64abeff
8 changed files with 38 additions and 19 deletions
|
@ -9,7 +9,7 @@ nixpkgsLib.extend (self: super: {
|
|||
|
||||
# Makes our custom functions available under `lib.nvim` where stdlib-extended.nix is imported
|
||||
# with the appropriate arguments. For end-users, a `lib` output will be accessible from the flake.
|
||||
# E.g. for an input called `neovim-flake`, `inputs.neovim-flake.lib.nvim` will return the set
|
||||
# E.g. for an input called `nvf`, `inputs.nvf.lib.nvim` will return the set
|
||||
# below.
|
||||
nvim = import ./. {
|
||||
inherit inputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue