nixos/ncps: fix signNarinfo option example (#492793)
This commit is contained in:
@@ -580,7 +580,7 @@ in
|
||||
signNarinfo = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
example = "false";
|
||||
example = false;
|
||||
description = ''
|
||||
Whether to sign narInfo files or passthru as-is from upstream
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user