From aaecda1471443e8278f4ec1ddc0b47a61b7af1ed Mon Sep 17 00:00:00 2001 From: amalgame21 <93383215+amalgame21@users.noreply.github.com> Date: Sun, 6 Oct 2024 18:00:13 +0000 Subject: [PATCH] docs: fix typo in standalone.md (`makeNixvimWithModule`) --- docs/modules/standalone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/standalone.md b/docs/modules/standalone.md index 1870f75c..a75f8523 100644 --- a/docs/modules/standalone.md +++ b/docs/modules/standalone.md @@ -24,7 +24,7 @@ The example assumes your standalone config is the `default` package of a flake, ## Extending an existing configuration -Given a `` derivation obtained from `makeNixvim` or `makeNivxmiWithModule` it is possible to create a new derivation with additional options. +Given a `` derivation obtained from `makeNixvim` or `makeNixvimWithModule` it is possible to create a new derivation with additional options. This is done through the `.extend` function. This function takes a Nixvim module that is merged with the options used to build ``.