mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
nixos/ncps: fix signNarinfo option example (#492793)
This commit is contained in:
commit
9bd4eca1f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue