mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Qualify with lib
This commit is contained in:
parent
8e159b9d1e
commit
0707a3eaa2
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user