Skip to content

Commit 394e8a7

Browse files
docs/modules: remove outdated and incorrect input-following suggestions
1 parent ca18d4e commit 394e8a7

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

docs/manual/installation/modules/home-manager.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,13 @@ To use **nvf** with flakes, we first need to add the input to our `flake.nix`.
1919
# flake.nix
2020
{
2121
inputs = {
22-
# Optional, if you intend to follow nvf's obsidian-nvim input
23-
# you must also add it as a flake input.
24-
obsidian-nvim.url = "github:epwalsh/obsidian.nvim";
25-
2622
# Required, nvf works best and only directly supports flakes
2723
nvf = {
2824
url = "github:NotAShelf/nvf";
2925
# You can override the input nixpkgs to follow your system's
3026
# instance of nixpkgs. This is safe to do as nvf does not depend
3127
# on a binary cache.
3228
inputs.nixpkgs.follows = "nixpkgs";
33-
# Optionally, you can also override individual plugins
34-
# for example:
35-
inputs.obsidian-nvim.follows = "obsidian-nvim"; # <- this will use the obsidian-nvim from your inputs
3629
};
3730
3831
# ...

docs/manual/installation/modules/nixos.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,13 @@ To use **nvf** with flakes, we first need to add the input to our `flake.nix`.
1919
# flake.nix
2020
{
2121
inputs = {
22-
# Optional, if you intend to follow nvf's obsidian-nvim input
23-
# you must also add it as a flake input.
24-
obsidian-nvim.url = "github:epwalsh/obsidian.nvim";
25-
2622
# Required, nvf works best and only directly supports flakes
2723
nvf = {
2824
url = "github:NotAShelf/nvf";
2925
# You can override the input nixpkgs to follow your system's
3026
# instance of nixpkgs. This is safe to do as nvf does not depend
3127
# on a binary cache.
3228
inputs.nixpkgs.follows = "nixpkgs";
33-
# Optionally, you can also override individual plugins
34-
# for example:
35-
inputs.obsidian-nvim.follows = "obsidian-nvim"; # <- this will use the obsidian-nvim from your inputs
3629
};
3730
3831
# ...

0 commit comments

Comments
 (0)