Get all lib functions from lib, not pkgs.lib, in modules

This commit is contained in:
Shea Levy 2014-05-05 14:58:51 -04:00
parent 80709b141c
commit b3cfb9084b
64 changed files with 135 additions and 132 deletions

View file

@ -85,7 +85,7 @@ in
Defines how users authenticate themselves to the server. By
default, "trust" access to local users will always be granted
along with any other custom options. If you do not want this,
set this option using "pkgs.lib.mkForce" to override this
set this option using "lib.mkForce" to override this
behaviour.
'';
};