mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
types.uniq types.bool -> types.bool
This commit is contained in:
parent
9366af1b94
commit
c738b309ee
25 changed files with 37 additions and 37 deletions
|
@ -17,7 +17,7 @@ in
|
|||
|
||||
enable = mkOption {
|
||||
default = false;
|
||||
type = types.uniq types.bool;
|
||||
type = types.bool;
|
||||
description = ''
|
||||
If true, enable gitweb in lighttpd. Access it at http://yourserver/gitweb
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue