mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
Get all lib functions from lib, not pkgs.lib, in modules
This commit is contained in:
parent
80709b141c
commit
b3cfb9084b
64 changed files with 135 additions and 132 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue