Qualify with lib

This commit is contained in:
Parnell Springmeyer
2017-01-29 01:23:10 -06:00
parent 8e159b9d1e
commit 0707a3eaa2

View File

@@ -77,7 +77,7 @@ in
options = {
security.setuidPrograms = lib.mkOption {
type = types.listOf types.str;
type = lib.types.listOf lib.types.str;
default = [];
example = ["passwd"];
description = ''