standalone: Allow to pass extraSpecialArgs (#665)

This commit is contained in:
traxys 2023-10-23 14:11:29 +02:00 committed by GitHub
parent 2f06f921e0
commit 0c5dcb56d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 2 deletions

View file

@ -202,6 +202,8 @@ It takes a set with the following keys:
- `pkgs`: The nixpkgs to use (defaults to the nixpkgs pointed at by the nixvim flake)
- `module`: The nix module definition used to extend nixvim.
This is useful to pass additional module machinery like `options` or `imports`.
- `extraSpecialArgs`: Extra arguments to pass to the modules when using functions.
Can be `self` in a flake for example.
## How does it work?
When you build the module (probably using home-manager), it will install all