lib/modules: allow specifying system as an evalNixvim arg

This commit is contained in:
Matt Sturgeon 2024-12-23 12:42:58 +00:00
parent 7790746d38
commit 8c6f9ed8c4
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 12 additions and 9 deletions

View file

@ -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.