nixos/ncps: fix signNarinfo option example (#492793)

This commit is contained in:
Aleksana 2026-03-06 15:48:14 +00:00 committed by GitHub
commit 9bd4eca1f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
'';