Qualify mkOption with lib

This commit is contained in:
Parnell Springmeyer 2017-01-29 01:22:47 -06:00
parent 70ec24093c
commit 8e159b9d1e
No known key found for this signature in database
GPG Key ID: DCCF89258EAD874A

View File

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