mirror of
https://github.com/divnix/digga.git
synced 2024-12-23 08:02:21 +03:00
evalArgs: switch externalModules to coercedListOf
This commit is contained in:
parent
83deab4024
commit
272a706dc5
@ -103,7 +103,7 @@ let
|
||||
externalModulesModule = {
|
||||
options = {
|
||||
externalModules = mkOption {
|
||||
type = with types; listOf moduleType;
|
||||
type = with types; coercedListOf moduleType;
|
||||
default = [ ];
|
||||
description = ''
|
||||
modules to include that won't be exported
|
||||
|
Loading…
Reference in New Issue
Block a user