mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 11:45:28 +02:00
lib/modules: allow specifying system
as an evalNixvim
arg
This commit is contained in:
parent
7790746d38
commit
8c6f9ed8c4
3 changed files with 12 additions and 9 deletions
|
@ -164,7 +164,8 @@ in
|
|||
apply = lib.systems.elaborate;
|
||||
defaultText = lib.literalMD ''
|
||||
- Inherited from the "host" configuration's `pkgs`
|
||||
- Must be specified manually when building a standalone nixvim
|
||||
- Or `evalNixvim`'s `system` argument
|
||||
- Otherwise, must be specified manually
|
||||
'';
|
||||
description = ''
|
||||
Specifies the platform where the Nixvim configuration will run.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue