1
1
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:
Pacman99 2021-05-29 12:50:26 -07:00 committed by Parthiv Seetharaman
parent 83deab4024
commit 272a706dc5

View File

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