Qualify mkOption with lib

This commit is contained in:
Parnell Springmeyer
2017-01-29 01:22:47 -06:00
parent 70ec24093c
commit 8e159b9d1e

View File

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